Fix installation instructions in HACKING

This commit is contained in:
Chris Johns 2014-06-20 14:54:32 +01:00
parent b3c19af234
commit 920f4274d8

View File

@ -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 ======