-
Notifications
You must be signed in to change notification settings - Fork 121
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
Noob question for installation for all libraries/dependencies and compilation on Windows #19
Comments
There is no need to download anything except libigl. The cmake file will take care of downloading and compiling all the dependencies that you need. The instructions are here: https://libigl.github.io/tutorial/ |
Dear @danielepanozzo Thank you for a reply. What I am missing according to these screenshots? First I downloaded this example file github repository and tried to build it using CMake, but I got error that I do not have libigl installed: Then I tried to download libigl from github and compile it, but I got another error: |
I had the same issue. In my case, the problem was that the executable of Git was not found. libigl uses Git to download external dependencies of the core library. @danielepanozzo : Perhaps a more descriptive error message can be given or it can be checked if the Git executable is available. |
Hi,
I have limited experience of C++, let alone using any external libraries, but would really like to start learning libigl using windows Visual Studio 2017. Because it is awesome.
The problem I have is that I do not how to properly install all the libraries.
I know how to run cmake file but that is it pretty much it.
Question A: Could anyone help me, by giving specific links for these dependencies:
Question B: Which location on windows should I place them?
Qustion C: Do I need to compile those external libraries separately?
Or it will be enough to download them and compile this project using CMake?
The text was updated successfully, but these errors were encountered: