-
Notifications
You must be signed in to change notification settings - Fork 206
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
Can cilantro be used on Windows? #6
Comments
@adishavit , it's a CMake project, so, as long as you can build Eigen & Pangolin (which are also both cross-platform), I don't see why not. |
Cool. I’ll give it a shot.
|
I don't have a Visual Studio installation handy to test, but my guess is that it should. Feel free to share your results and/or any needed updates! |
Yeah - it isn't as smooth as I had hoped. It would actually great if display dependencies were optional - so one can choose to only use the algorithms without visualization. |
@kzampog , I think adding the missing headers should be a one-commit fix. |
It seems that Making the visualization stuff optional makes a lot of sense and I do plan to implement it! :) |
I kinda of gave up after spending too long on this.
|
I added the missing Thanks for the feedback! |
I managed to compile the lib and examples in VS 2017. I did the following:
Using the above, everything compiled and ran. I encountered 2 issues:
I will reorganize the structure and properly revise CMakeLists at some point! :) |
Hi, |
Can I build cilantro on Windows?
The text was updated successfully, but these errors were encountered: