mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update CompileHowto.md
This commit is contained in:
parent
d8bf18b99e
commit
386ebf6eb4
@ -80,6 +80,8 @@ mkdir build
|
|||||||
cd build
|
cd build
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release ..
|
cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||||
make -j $(nproc)
|
make -j $(nproc)
|
||||||
|
if this get stucked and dmseg says out of memory try:
|
||||||
|
make -j 2
|
||||||
# optional: install into your system
|
# optional: install into your system
|
||||||
sudo make install/strip
|
sudo make install/strip
|
||||||
# to uninstall (not very well tested, please keep that in mind)
|
# to uninstall (not very well tested, please keep that in mind)
|
||||||
|
Loading…
Reference in New Issue
Block a user