Jonathan-Hamberg/fractal
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
General Notes
The executable must be in the same directory as the res directory.
Compiling on Linux
sudo apt install libglfw3-dev
mkdir build && cd build
cmake ..
make
Compiling on Windows
mkdir build && cd build
cmake .. -G"Visual Studio 15 2017 Win64" // Any recent version of Visual studio should work. Must be 64 bit!