Blobalizer
Loading...
Searching...
No Matches
Building

If you want to compile Blobalizer yourself you can do so with a few simple steps.

Requirements

Note that it the application will likely also work on other platforms supported by Magnum with no or only minor adaptations.

Steps

The first step is to clone our repository from https://github.com/OpenByteDev/Blobalizer.

git clone https://github.com/OpenByteDev/Blobalizer.git --recurse-submodules
cd Blobalizer

Next we want to use CMake to generate the build system and then build the project.

cmake -S . -B build
cmake --build ./build --target Blobalizer

The resulting executable can now be found at build\Debug\bin\Blobalizer.exe.

Now you can start to use or customize Blobalizer to your liking. If you are unfamiliar with the application you can find a usage tutorial here.