Fractals explorer.
Clone repository with --recursive
flag
git clone --recursive [email protected]:mnerv/fractals.git
Update the submodules.
git submodule update --init --recursive
Use cmake
to generate the Build System
script.
cmake -S . -Bbuild
cmake --build build -j4