Why is windows such a pain in the ASS

This commit is contained in:
Kyd
2022-10-24 14:56:09 +01:00
parent 15bf5e13b9
commit a2b6d0d4a7
7 changed files with 235 additions and 0 deletions

View File

@@ -8,6 +8,32 @@ This combined with it's full functionality through Julia makes Inferno HART a ve
## Features
## Building
Create a build directory `inferno-hart/build/`
### Windows
Install [VCPKG](https://vcpkg.io/en/getting-started.html)
- Install OpenGL
- Install GLFW3
`cd build`
Set up compiler with `cmake .. "-DCMAKE_TOOLCHAIN_FILE=[path to vcpkg]/scripts/buildsystems/vcpkg.cmake" -G "VS Version"`
Compile with `cmake --build . --config Release/Debug/RelDebInfo`
## Linux (x64)
Install GLFW3 via your favorite package manager
`cd build`
Set up compiler with `cmake ..`
compile with `make -j[threads]`
## Technologies
- OpenGL, utilised with GLAD and GLFW