Accelerated Generation of Fractal Images written in c++ author: shivsundram
Build instructions (CMake): outside of the src directory, create a build directory:
mkdir build
using CMake, set src as the source code directory and build as the build directory to build, cd into the build directory and run cmake+make:
cd build cmake . make