Skip to content

install

TerrificTable edited this page Feb 1, 2023 · 2 revisions

How to use/install

  • 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)



Windows

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

Build

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)

  1. you need to download the glfw3 dlls from https://glfw.org/
  2. you now need to compile the libraries like imgui like this
make comp_libs
  1. 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.
Clone this wiki locally