Hi! I'm trying to use this library on Windows, but the build instructions are written for a Linux machine. I can see that the project is supposed to work on Windows, as cmake <repo dir> generates a bunch of Visual Studio projects and a .sln file, but attempting to build any of those fails (usually because something that doesn't exist on Windows is defined).
Can this project be built on Windows?
Hi! I'm trying to use this library on Windows, but the build instructions are written for a Linux machine. I can see that the project is supposed to work on Windows, as
cmake <repo dir>generates a bunch of Visual Studio projects and a.slnfile, but attempting to build any of those fails (usually because something that doesn't exist on Windows is defined).Can this project be built on Windows?