Update CompileHowto.md

This commit is contained in:
IIIdefconIII
2019-06-20 23:52:47 +02:00
committed by GitHub
parent d8bf18b99e
commit 386ebf6eb4

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)