From: Carl Hetherington Date: Thu, 19 Jul 2018 12:14:29 +0000 (+0100) Subject: Remove -j4 from suggested build copmmand. X-Git-Tag: v2.13.36~18 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=0fb9916d6734dbea4cb55b6d42923468aee45a40 Remove -j4 from suggested build copmmand. --- diff --git a/doc/mainpage.txt b/doc/mainpage.txt index 81f8a6ee2..ec1e6ed2d 100644 --- a/doc/mainpage.txt +++ b/doc/mainpage.txt @@ -18,7 +18,7 @@ * It is build with `waf`, using something like \code * * ./waf configure --enable-debug --prefix=/opt - * ./waf -j4 + * ./waf * sudo ./waf install * * \endcode