From ff0fb78e331ef63d2b1db5b22fbe4ee68ac12952 Mon Sep 17 00:00:00 2001 From: poljvd Date: Mon, 3 Feb 2014 16:49:00 +0100 Subject: [PATCH] Update CompileHowto.txt Former-commit-id: 85a1139f39545b84bab2671cb8384c779c45750f --- CompileHowto.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CompileHowto.txt b/CompileHowto.txt index fca86d56..17a274e3 100644 --- a/CompileHowto.txt +++ b/CompileHowto.txt @@ -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