From 9b1b4d2aea970e13d3e0fb6688eddbf7743675bd Mon Sep 17 00:00:00 2001 From: Nico Date: Sun, 15 Nov 2015 11:14:44 +0100 Subject: [PATCH] Copy effects to /opt/hyperion/ on a manual compilation Former-commit-id: 49893ea8d35ee78f52fe8f95d841ed29dacc94ee --- CompileHowto.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CompileHowto.txt b/CompileHowto.txt index 5154aabb..621cf8fd 100644 --- a/CompileHowto.txt +++ b/CompileHowto.txt @@ -40,3 +40,6 @@ make # The binaries are build in "$HYPERION_DIR/build/bin". You could copy those to /usr/bin sudo cp ./bin/hyperion-remote /usr/bin/ sudo cp ./bin/hyperiond /usr/bin/ + +# Copy the effect folder (if you did not use the normal installation methode before) +sudo mkdir -p /opt/hyperion/effects && sudo cp -R ../effects/ /opt/hyperion/