From 920f4274d8f37931cbf33632b33e66a88b117b5e Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 20 Jun 2014 14:54:32 +0100 Subject: [PATCH] Fix installation instructions in HACKING --- HACKING | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/HACKING b/HACKING index da0555f1..d3063fdc 100644 --- a/HACKING +++ b/HACKING @@ -37,13 +37,13 @@ release. Browse it online and look for other branches at: ====== Build the code ====== Prepare the source and compile: - mkdir build - cd build/ - cmake .. -DCMAKE_INSTALL_PREFIX=/usr + ./autogen.sh --prefix=/usr make Run Gala: - ./gala --replace # from build/ + ./src/gala --replace + +For more detailed instructions, please see the INSTALL file. ===== Debugging Code ======