I'm trying to run this github project under Win10: https://github.com/maxpenner/quadcopter-simulation
And it states:
Open the project in Visual Studio C++.
Two libraries have to be linked:
- Eigen for linear algebra
- Irrlicht for rendering
As an unexperienced c++ developer, I can't understand how I'm supposed to link these libraries, say Eigen - I downloaded and extracted the Tar file, now what?
Thanks for advance for the help