-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build instructions for linux #9
Comments
Derek,
The build in the sources exists only for building examples and tests. Here is working process:
Please note, that tests depends strictly on boost 1.64, while the library itself has no such a strict requirements.
It seems there is a problem with your cmake. Which version do you have? Try to patch if it will not, try to upgrade your cmake. |
I'm trying to build the examples, are there any build instructions for linux?
I tried
ccmake .
make
but I get
I can find the include files, but I don't know how to config the make process to see them...
The text was updated successfully, but these errors were encountered: