= Getting the GiBUU code = Starting with the migration of the hepforge system in september 2018, anonymous svn access to the repositories does not work anymore. == Download as tar balls == You may download the actual release via the page https://gibuu.hepforge.org/downloads (Previous releases you may find at https://gibuu.hepforge.org/downloads?f=archive) 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 }}} 2. Download the source code: {{{ wget --content-disposition https://gibuu.hepforge.org/downloads?f=release2021.tar.gz tar -xzvf release2021.tar.gz }}} 3. Download the input files: {{{ wget --content-disposition https://gibuu.hepforge.org/downloads?f=buuinput2021.tar.gz tar -xzvf buuinput2021.tar.gz }}} 4. (Optional) Download additional libraries: If you you want to use the possibility to have ouput in ROOT format: There is also an adapted version of !RootTuple available: {{{ wget --content-disposition https://gibuu.hepforge.org/downloads?f=libraries2021_RootTuple.tar.gz tar -xzvf libraries2021_RootTuple.tar.gz }}} == Public git access (via !GitHub) == A mirror of the GiBUU repository is available on [https://github.com GitHub]: * [https://github.com/janusw/GiBUU_2017 code repository] * [https://github.com/janusw/buuinput_2017 input repository] [[span(style=color: #FF0000, Attention: this mirror is not an official GiBUU repository and not maintained by the GiBUU group!!!!! )]] {{{#!comment Starting with release 1.5, subversion access is the recommended method for obtaining the GiBUU code. Since release 1.6 the code is publicly available without registration. == Public svn access (via !HepForge) == 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 }}} 2. Check out the source code: {{{ svn co http://gibuu.hepforge.org/svn/releases/release2017 }}} 3. Check out the input files: {{{ svn co http://gibuu.hepforge.org/svn/releases/buuinput2017 ./buuinput }}} Note that the code can also be [http://gibuu.hepforge.org/svn/releases/release2017 viewed online]. == svn access for 'premium users' == If you have been choosen to be a 'premium user', you get (read-only) access to the directories 'workingCode' and 'branches'. You may check out them via e.g. {{{ svn co --username XXX https://gibuu.hepforge.org/svn/workingCode }}} The '''https''' is important. == svn access for developers == If you are a developer and need help accessing the repository, please refer to [wiki:wikiInternal/svn this page] (available only after login). }}}