Skip to content
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

Open
pythonmobile opened this issue Feb 28, 2022 · 3 comments
Open

compilation issue #6

pythonmobile opened this issue Feb 28, 2022 · 3 comments

Comments

@pythonmobile
Copy link

The makefile has triangle.c but the code has triangle.cpp? Am I missing something?

@alecjacobson
Copy link
Contributor

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

mkdir build
cd build
cmake ..
make

@pythonmobile
Copy link
Author

pythonmobile commented Mar 1, 2022

@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?

@LukasvdWiel
Copy link

LukasvdWiel commented Jul 31, 2024

I was caught in the same trap.
It would be appreciated if you could clean up the repository.

An update to the README file to document the new build process would also be welcome.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants