Skip to content

Installation

weiqishen edited this page Feb 25, 2019 · 5 revisions

The modified version of HiFiLES uses CMake as building system. The CMake version have to be 3.10 or higher.

To build, simply input

cmake . and make.

The default building options uses all dependencies, directories for include file and libraries need to be specified using ccmake .. To build with minimum dependency, you can turn off these options manually in CMake GUI. After that press c, e and g to generate Makefile.

Before running the code you also need to set the following environment variables in your .bashrc (or equivalent) file:

export HIFILES_HOME=<path_to_HiFiLES_directory>

To run HiFiLES through command line

export PATH=PATH:<path_to_HiFiLES_directory>/bin

Clone this wiki locally