Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 85a1139

Browse files
committed
Update CompileHowto.txt
1 parent d2c0b2e commit 85a1139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CompileHowto.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ cd "$HYPERION_DIR/build"
1919

2020
# run cmake to generate make files on the rsapberry pi
2121
cmake ..
22-
# or if you are not compiling on the raspberry pi and need to disable the Disppmanx grabber
23-
cmake -DENABLE_DISPMANX=OFF ..
22+
# or if you are not compiling on the raspberry pi and need to disable the Dispmanx grabber and support for spi devices
23+
cmake -DENABLE_DISPMANX=OFF -DENABLE_SPIDEV=OFF ..
2424

2525
# run make to build Hyperion
2626
make

0 commit comments

Comments
 (0)