From: russ Date: Tue, 5 Jul 2022 16:09:52 +0000 (-0400) Subject: doc: specify parallelization in make in tutorial X-Git-Tag: 3.1.40.0~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ff7ffb4cc3e735045e5624be0ccfb624e031981;p=thirdparty%2Fsnort3.git doc: specify parallelization in make in tutorial Thanks to nitronarcosis for reporting the issue and suggesting a fix. --- diff --git a/doc/user/tutorial.txt b/doc/user/tutorial.txt index 2a13e0390..1f31870be 100644 --- a/doc/user/tutorial.txt +++ b/doc/user/tutorial.txt @@ -89,7 +89,7 @@ a. To build with cmake and make, run configure_cmake.sh. It will ./configure_cmake.sh --prefix=$my_path cd build - make -j + make -j $(nproc) make install ln -s $my_path/conf $my_path/etc