Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 792 Bytes

INSTALL.md

File metadata and controls

22 lines (17 loc) · 792 Bytes

Requirements

  • CMake 3.2 or above
  • PAPI 5.7 or below

Installation

Full build

From the project's top-level directory run: make full

Note:

  • this will remove the build and install directories and rebuild the whole project
  • the install directory can be changed by adding a config.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

Partial build

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