Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 269 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 269 Bytes

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