mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update CompileHowto.txt
Former-commit-id: 85a1139f39545b84bab2671cb8384c779c45750f
This commit is contained in:
parent
ba73fbd470
commit
ff0fb78e33
@ -19,8 +19,8 @@ cd "$HYPERION_DIR/build"
|
|||||||
|
|
||||||
# run cmake to generate make files on the rsapberry pi
|
# run cmake to generate make files on the rsapberry pi
|
||||||
cmake ..
|
cmake ..
|
||||||
# or if you are not compiling on the raspberry pi and need to disable the Disppmanx grabber
|
# 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 ..
|
cmake -DENABLE_DISPMANX=OFF -DENABLE_SPIDEV=OFF ..
|
||||||
|
|
||||||
# run make to build Hyperion
|
# run make to build Hyperion
|
||||||
make
|
make
|
||||||
|
Loading…
Reference in New Issue
Block a user