belte

Building Buckle Locally

Required Tools


If you haven’t already, clone the GitHub repository using the git clone command, and enter that directory:

git clone https://github.com/ryanwilsond/belte.git
cd belte

Building for Windows

Start by setting up the build directories:

make setup

Then build the project:

make release

This will produce runnable executable: bin/release/buckle.exe.

Building for Other Systems

Start by setting up the build directories:

make setup

Then build the project:

make portable

This will produce runnable executable: bin/portable/buckle.exe.