mirror of
https://github.com/elementary/gala.git
synced 2024-12-24 01:36:05 +03:00
Fix installation instructions in HACKING
This commit is contained in:
parent
b3c19af234
commit
920f4274d8
8
HACKING
8
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 ======
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user