Merge lp:~ter0/gala/fix-1331981 into lp:gala

Proposed by Chris Johns
Status: Merged
Merged at revision: 384
Proposed branch: lp:~ter0/gala/fix-1331981
Merge into: lp:gala
Diff against target: 20 lines (+4/-4)
1 file modified
HACKING (+4/-4)
To merge this branch: bzr merge lp:~ter0/gala/fix-1331981
Reviewer Review Type Date Requested Status
Rico Tzschichholz Approve
Review via email: mp+223692@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Rico Tzschichholz (ricotz) wrote :

Make it "./autogen.sh --prefix=/usr" and it should be ok

review: Needs Fixing
lp:~ter0/gala/fix-1331981 updated
384. By Chris Johns

Fix installation instructions in HACKING

Revision history for this message
Rico Tzschichholz (ricotz) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'HACKING'
2--- HACKING 2013-09-28 21:55:36 +0000
3+++ HACKING 2014-06-20 13:54:55 +0000
4@@ -37,13 +37,13 @@
5 ====== Build the code ======
6
7 Prepare the source and compile:
8- mkdir build
9- cd build/
10- cmake .. -DCMAKE_INSTALL_PREFIX=/usr
11+ ./autogen.sh --prefix=/usr
12 make
13
14 Run Gala:
15- ./gala --replace # from build/
16+ ./src/gala --replace
17+
18+For more detailed instructions, please see the INSTALL file.
19
20 ===== Debugging Code ======
21

Subscribers

People subscribed via source and target branches