Skip to content

Building from source

First, download the source repository using either git clone or GitHub Desktop. Don’t download it as a .zip archive as you’ll just run into problems when you don’t use git.

Terminal window
git clone https://github.com/bloxstraplabs/bloxstrap.git
cd bloxstrap
git submodule init
git submodule update

From here, you can build using either Visual Studio, or the .NET CLI. If you don’t have Visual Studio installed, use the CLI.

Open Bloxstrap.sln in Visual Studio, right-click the Bloxstrap project in the Solution Explorer, and select ‘Publish’. Configure your build options if you need to (defaults are fine), and click ‘Publish’.

Screenshot showing the 'Bloxstrap' project being right-clicked in the Solution Explorer, with a 'Publish' option visible

Screenshot showing the Visual Studio Publish menu with a 'Publish' button


Go to the Bloxstrap folder (the one containing Bloxstrap.csproj), where the artifacts will be located in bin\Release\net6.0-windows\publish. From there, you can either run and install it fresh, or copy it into your Bloxstrap install location.

Screenshot showing the Bloxstrap build folder, with Bloxstrap.exe present