mirror of
https://github.com/Andreabont/OpenMandelbrot.git
synced 2024-11-21 15:17:56 +00:00
Open Mandelbrot
.gitignore | ||
CMakeLists.txt | ||
Fractal.cpp | ||
Fractal.hpp | ||
Functions.hpp | ||
LICENSE | ||
main.cpp | ||
README.md |
OpenMandelbrot
Build and install
Installing the dependencies
- cmake
- libboost
- SFML
Compile!
git clone https://github.com/Andreabont/OpenMandelbrot.git
mkdir build
cd build
cmake ..
make
make install