Rehearse
Rehearse copied to clipboard
fatal error: 'CelModel.h' file not found
Following ./configure
, make
, make test
, make install
, sudo make install
, everything looks good. However, it only installs in a local directory. The following test would fail:
$ cd Rehearse/tests/
$ g++ testRehearse.cpp -o test
testRehearse.cpp:5:10: fatal error: 'CelModel.h' file not found
#include <CelModel.h>
^
1 error generated.
So, how can I use it in a different location? What the build command should look like? Is it possible to add an example in the documentation?