Skip to content
pabramsor edited this page Jan 17, 2015 · 3 revisions

Setting up BOViL

Dependencies

BOViL has dependencies with:

Defining path variables

First of all in order to simplify the includes of the headers and the library we are going to the define some system variable or adding them to the PATH of the system. Define two variables BOVIL_DIRand EIGEN_DIR

The first of option is to create new global system variables:

Windows OS

  1. Open the panel System Properties
  2. Go to the panel System Variables and add a new variable with the name BOVIL_DIR and value the of path of the folder with the library ..\BOViL\library
  3. ETC...

Linux OS

  1. Open a new terminal.
  2. Type:
    • export BOViL_DIR="Directory"
  3. ETC...