From 44a550be97617bed0246d9ab6608c6c614f70a97 Mon Sep 17 00:00:00 2001 From: brindosch Date: Sun, 26 Jun 2016 11:52:45 +0200 Subject: [PATCH] Update CompileHowto.txt --- CompileHowto.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CompileHowto.txt b/CompileHowto.txt index 2f667df3..7cc6f820 100644 --- a/CompileHowto.txt +++ b/CompileHowto.txt @@ -44,11 +44,8 @@ sudo brew install cmake #sudo brew install libusb cmake -DENABLE_V4L2=OFF -DENABLE_OSX=ON .. -# run make to build Hyperion -make -# or if you have a system with more then 1 cpu core -make -j 4 -# "4" is the number of cpu cores (e.g. 4 on RPi2 and RPi3), this makes compile faster +# run make to build Hyperion (all available cpu cores are used) +make -j $(nproc) #after compile, to remove any stuff not needed for a release version. strip bin/*