Project now buildable without Visual Studio on windows
VCPKG_ROOT environment variable needs to be set. I had an issue with dumpbin not being found. I had to add it to my path as well.
This commit is contained in:
parent
2bfb8c2ad2
commit
89a627695c
2 changed files with 15 additions and 1 deletions
|
@ -20,7 +20,12 @@ As this project evolves I am thinking more and more about making it a "complete"
|
|||
- [ ] Detect key press' edges ?
|
||||
- [ ] Switch from GLUT to GLFW
|
||||
|
||||
## Dependencies
|
||||
## Building
|
||||
The windows build supports only supports the `vcpkg` package manager. You can either import the project directly in Visual Studio or use another IDE.
|
||||
In order to use another IDE with vcpkg, make sure of the following:
|
||||
- `VCPKG_ROOT` is an environment variable and correctly points at the root of your vcpkg install.
|
||||
|
||||
### Dependencies
|
||||
|
||||
The following libraries must be installed and findable by CMake:
|
||||
- OpenGL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue