Installation
Install Automatically
wget https://heplib.github.io/install.sh
chmod +x install.sh
INSTALL_PATH=<INSTALL PATH> jn=<jn> ./install.shwget https://heplib.github.io/makefile
make INSTALL_PATH=<INSTALL PATH> jn=<jn>Install Manually
1. Install External Libraries
curl -L -O https://gmplib.org/download/gmp/gmp-6.2.0.tar.gz
tar zxf gmp-6.2.0.tar.gz
cd gmp-6.2.0
./configure --prefix=$INSTALL_PATH
make -j 16
make install2. Install External Programs
3. Install HepLib
Last updated