Merge lp:~markellmtthw/feedler/fix-932224 into lp:feedler

Proposed by Matthew Markell
Status: Merged
Merge reported by: Cody Garver
Merged at revision: not available
Proposed branch: lp:~markellmtthw/feedler/fix-932224
Merge into: lp:feedler
Diff against target: 24 lines (+7/-5)
1 file modified
INSTALL (+7/-5)
To merge this branch: bzr merge lp:~markellmtthw/feedler/fix-932224
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+93453@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'INSTALL'
2--- INSTALL 2011-09-25 13:37:03 +0000
3+++ INSTALL 2012-02-16 16:48:21 +0000
4@@ -15,13 +15,15 @@
5
6
7 General build instructions:
8- 1) mkdir build
9- 2) cd build
10- 3) cmake ..
11- 4) make
12+ 1) bzr branch lp:feedler
13+ 2) cd feedler
14+ 3) mkdir build
15+ 4) cd build
16+ 5) cmake .. -DCMAKE_INSTALLPREFIX=/usr
17+ 6) make
18
19 To install:
20- 5) sudo make install
21+ 7) sudo make install
22
23
24 Have a nice day with Feedler;)

Subscribers

People subscribed via source and target branches

to all changes: