Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 450 Bytes

File metadata and controls

23 lines (15 loc) · 450 Bytes

Building Hermes Python Wrappers with SWIG

Step 1:

Prior to building the wrappers, set the paths to your local repos "hermes" and "hermes-python". This can be done by adding the following two lines (or similar) to your .bashrc file:

export PATH_HERMES=/home/pavel/repos/hermes export PATH_HERMES_PYTHON=/home/pavel/repos/hermes-python

Step 2:

make common

Step 3:

make h2d