-
Notifications
You must be signed in to change notification settings - Fork 4
install
TerrificTable edited this page Feb 1, 2023
·
2 revisions
-
Windows
- Linux
- MacOS (you may be able to build the executables for linux and macos but you probably need to change some things in the Makefile to be able to build it correctlty)
You can download the compiled exe file from the releases tab
If you've compiled or downloaded the exe file, you need to have the glfw3.dll file in the same folder as the exe file
To build the exe file yourself you need g++ and (gnu)make (you may also need the opengl32 dll if your system doesnt have it)
- you need to download the glfw3 dlls from https://glfw.org/
- you now need to compile the libraries like imgui like this
make comp_libs
- you now need to build the exe file using this command:
make compile
Now you should have the compiled exe file (main.exe) in the out/ directory.