Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 824 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 824 Bytes

C++ Demo for the mandelbrot algorithm

TODO: add a nice description

Install

TODO: Try to be more detailed

You need

Catch

Copy catch.hpp to extern/catch

Vector class library

download the zip and unpack the files into extern/vectorclass

CMake

Parameter

  • -DBOOST_ROOT=%BOOST_DIR%
  • -DBoost_DEBUG=%BOOST_DEBUG% [OFF/ON optional]
  • -DTBB_INSTALL_DIR="path_to_tbb\tbb44_20151115oss" [only for windows, on linux install dev package for TBB]