Demo does not compile on Windows
Closed this issue · 0 comments
WalasPrime commented
Windows 10 64bit
Visual Studio 2017 Enterprise
The demo subproject does not compile on Windows, since it requires the X11 library for freeglut. Possibly just a CMakeLists bug.
Reproduce steps:
- Open the VS developer console
- Clone the repo
cmake .
msbuild ALL_BUILD.vcxproj
- An error shows up that X11.lib cannot be found