mirror of
https://github.com/Andreabont/OpenMandelbrot.git
synced 2025-04-27 17:10:49 +00:00
269 B
269 B
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