Skip to content

Installation Guide

Danilo Todorović edited this page Mar 31, 2024 · 1 revision

How to install Blazr?

Windows

For now, you can build and test the engine on Windows using Visual Studio by simply opening the Blazr.sln file.

Linux

If you are on Linux, first, make sure that you have the following things installed:

Then, run the following commands:

git clone https://github.com/Chameleeon/blazr.git
cd blazr
./install.sh

Clone this wiki locally