Rehearse icon indicating copy to clipboard operation
Rehearse copied to clipboard

fatal error: 'CelModel.h' file not found

Open yjiangnan opened this issue 5 years ago • 0 comments

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?

yjiangnan avatar Sep 01 '18 03:09 yjiangnan