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:
- stl
- eigen
- libigl
- igl::opengl::glfw::Viewer.
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?