aboutsummaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/BUILDING.md b/BUILDING.md
index b5106eeb..f91abcd4 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -103,6 +103,13 @@ directory, whereas *{source_directory}* refers to the libjpeg-turbo source
directory. For in-tree builds, these directories are the same.
+Ninja
+-----
+
+In all of the procedures and recipes below, replace `make` with `ninja` and
+`Unix Makefiles` with `Ninja` if using Ninja.
+
+
Build Procedure
---------------