- Download the source files
git clone https://github.com/QuantumPackage/qp2.git
- Install the dependencies
./configure # tells you what to install. See in INSTALL.rst
- USE AT YOUR OWN RISK, NO SUPPORT WILL BE PROVIDED
./configure --install something
The following libraries are needed for the ocaml package
- zlib1g-dev
- libncurses5-dev
- pkg-config
- libgmp3-dev
- m4
Once the smiling cow appears, load the environment variables
source quantum_package.rc
- Define your compilation configuration file
./configure -c ./config/a_file.cfg
- Compile with Ninja
ninja