gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Version 15 (modified by jweil, 8 years ago) (diff)

add link to github mirror

Getting the GiBUU code

Starting with release 1.5, subversion access is the recommended method for obtaining the GiBUU code. Previous releases can only be obtained as a tarball. Since release 1.6 the code is publicly available without registration.

public svn access

In order to download the GiBUU code and input files, please follow these steps:

  1. Create a new directory for GiBUU and change to that directory:
mkdir GiBUU; cd GiBUU
  1. Check out the source code:
svn co http://gibuu.hepforge.org/svn/releases/release2016
  1. Check out the input files:
svn co http://gibuu.hepforge.org/svn/releases/buuinput2016 ./buuinput

Note that the code can also be viewed online.

public git access

A mirror of the GiBUU repository is available on github.

svn access for developers

If you are a developer and need help accessing the repository, please refer to this page.