Update CompileHowto.txt

Former-commit-id: 85a1139f39545b84bab2671cb8384c779c45750f
This commit is contained in:
poljvd 2014-02-03 16:49:00 +01:00
parent ba73fbd470
commit ff0fb78e33
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ cd "$HYPERION_DIR/build"
# run cmake to generate make files on the rsapberry pi
cmake ..
# or if you are not compiling on the raspberry pi and need to disable the Disppmanx grabber
cmake -DENABLE_DISPMANX=OFF ..
# or if you are not compiling on the raspberry pi and need to disable the Dispmanx grabber and support for spi devices
cmake -DENABLE_DISPMANX=OFF -DENABLE_SPIDEV=OFF ..
# run make to build Hyperion
make