-
Notifications
You must be signed in to change notification settings - Fork 103
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
cmake; make install; liblib #624
Comments
There is cmake install. I've tested them on win64 and mac, I'm assuming its going to work fine on linux. |
Thank you for the update. As more background:
|
CMake has options of conditional compilation per platform. Mainly IF(WIN32), IF(APPLE) etc. So I suspect project files can be modified to do different things on linux. I'm not sure when I'll be able to get to it (I will eventually), but I will gladly accept linux PR's :) |
A few comments:
The text was updated successfully, but these errors were encountered: