Merge pull request #574 from IIIdefconIII/patch-2

Update CompileHowto.md
This commit is contained in:
Serhan
2019-06-22 13:06:29 +02:00
committed by GitHub

View File

@@ -80,6 +80,8 @@ mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j $(nproc)
if this get stucked and dmseg says out of memory try:
make -j 2
# optional: install into your system
sudo make install/strip
# to uninstall (not very well tested, please keep that in mind)