summaryrefslogtreecommitdiff
path: root/development.md
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-11 23:07:44 -0500
committerpommicket <pommicket@gmail.com>2023-01-11 23:07:44 -0500
commitdc1e9a3566927fe71bd254f8486be9eb99650783 (patch)
treef1ba1d9a64b392803375b1c19f7a8390e9c88188 /development.md
parent0c102146685ad0707ddb7e2f8ea1166782c1e76d (diff)
switch to ninja now that we strip ../ from build errors
Diffstat (limited to 'development.md')
-rw-r--r--development.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/development.md b/development.md
index a071b0d..ea3d0f5 100644
--- a/development.md
+++ b/development.md
@@ -3,6 +3,7 @@
## Building
To build the debug version of ted, run `make` (or `make.bat` on Windows).
+By default we use the `ninja` build system (`sudo apt install ninja` or similar).
## Files