- CMake 3.2 or above
- PAPI 5.7 or below
From the project's top-level directory run:
make full
Note:
- this will remove the
build
andinstall
directories and rebuild the whole project - the
install
directory can be changed by adding aconfig.inc
file which will automatically be included by the master Makefile - by default the customizable build parameters are set in config.inc.defaults; the parameters should be overriden in an optional
config.inc
file
From the build
directory run:
make -j4
To install the compiled changes run following from the build
directory:
make install
Note: This will move all the headers, libraries and executables to the install
directory