Version 26 (modified by 6 years ago) (diff) | ,
---|
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
In order to download the GiBUU code and input files, please follow these steps:
- Create a new directory for GiBUU and change to that directory:
mkdir GiBUU; cd GiBUU
- Download the source code:
wget https://gibuu.hepforge.org/downloads?f=release2018.tar.gz tar -xzvf downloads\?f\=release2018.tar.gz
- Download the input files:
wget https://gibuu.hepforge.org/downloads?f=buuinput2018.tar.gz tar -xzvf downloads\?f\=buuinput2018.tar.gz
- (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 https://gibuu.hepforge.org/downloads?f=libraries2018_RootTuple.tar.gz tar -xzvf downloads\?f\=libraries2018_RootTuple.tar.gz
Public git access (via GitHub)
A mirror of the GiBUU repository is available on GitHub:
Attention: this mirror is not an official GiBUU repository and not maintained by the GiBUU group!!!!!