-
Notifications
You must be signed in to change notification settings - Fork 63
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
compilation issue #6
Comments
ah, that's the original makefile from the mirror. Maybe it should just be deleted. This repo is setup to use cmake. It's mostly intended as part of the automated build for libigl. you should be able to build it with
|
@alecjacobson Thanks. Please do delete the makefile. Any chance, do you know if I can intersect a segment with a polygon using libigl? If yes, what code should I be looking at? |
I was caught in the same trap. An update to the README file to document the new build process would also be welcome. Thank you! |
Is there any clear way how to build it on Windows system? |
The makefile has triangle.c but the code has triangle.cpp? Am I missing something?
The text was updated successfully, but these errors were encountered: