From 22879b0bb450fec6e1c6954e53ffe576e7eb2346 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Thu, 15 Jul 2021 16:48:36 -1000 Subject: [PATCH] Updated Building OpenRCT2 on Linux (markdown) --- Building-OpenRCT2-on-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-OpenRCT2-on-Linux.md b/Building-OpenRCT2-on-Linux.md index b1ff36c..9dc6b27 100644 --- a/Building-OpenRCT2-on-Linux.md +++ b/Building-OpenRCT2-on-Linux.md @@ -149,7 +149,7 @@ See the optimization note above. You can switch from Make to Ninja, if you prefer: ``` mkdir build && cd build -cmake .. -G Ninja #any other arguments you want, for example -DCMAKE_BUILD_TYPE=RelWithDebInfo +cmake .. -G Ninja # Any other arguments you want, for example -DCMAKE_BUILD_TYPE=RelWithDebInfo ninja # No need to specify parallel, it does that automatically DESTDIR=. ninja install ```