-
Notifications
You must be signed in to change notification settings - Fork 12
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
How to build it in ubuntu16.04? #1
Comments
Did you try cmake? |
Oh thanks, finally make it. I thought there were something related with
pods according to readme, but just find that cmake is enough.
…On Fri, Nov 23, 2018 at 3:43 PM Matt Clarkson ***@***.***> wrote:
Did you try cmake?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AZZ83cIspl6Rt55Y328UrUtzi3Tdp4S5ks5ux6c0gaJpZM4YwIuU>
.
|
Just to clarify, is this the correct way to build the package? Starting at the repository root directory:
Do I need to run make as well? When I try to do that, I get the following error:
I get the same error if I try to run make from the repo root directory as well. |
No. You should not build within the source folder. Given you have
I suggest you delete it and reclone the src repository to make sure it is clean. Then,
set whichever options you need, but probably leave default. Then generate.
If you are unsure of CMake try stuff like: https://cliutils.gitlab.io/modern-cmake/chapters/intro/running.html |
Still no good. I believe that cmake is not finding or was not given the eigen3 library include directory. On my system running Ubuntu 16.04.5 LTS, the eigen library is found at A quick hack was to add the line Could you please update the main README to include build steps? |
This should definitely be added, thank you @jackm |
Could you please specify how to build it in ubuntu16.04 or explain the steps? Googled a lot but still cannot build it.
The text was updated successfully, but these errors were encountered: