blob: 0baf21c5a606cc513a4b1313604516f5f14f0b0e (
plain)
1
2
3
4
5
6
7
|
---
title: Getting up and running
---
The main build tool we use is [xmake](https://xmake.io/#/getting_started) so installing that is the main prerequisite.
Once that is installed you *should* be able to simply run `xmake build` in the top-level directory.
|