Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 398 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 398 Bytes

Fractals

Fractals explorer.

Requirements

Development

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