OpenMandelbrot/README.md

21 lines
269 B
Markdown
Raw Permalink Normal View History

2018-02-20 14:16:15 +00:00
# OpenMandelbrot
2018-02-20 14:21:07 +00:00
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