OpenMandelbrot/README.md
2018-02-20 15:21:33 +01:00

21 lines
269 B
Markdown

# OpenMandelbrot
Build and install
=================
Installing the dependencies
---------------------------
- cmake
- libboost
- SFML
Compile!
--------
```sh
git clone https://github.com/Andreabont/OpenMandelbrot.git
mkdir build
cd build
cmake ..
make
make install