Merge lp:~meese/pantheon-photos/install-instructions into lp:~pantheon-photos/pantheon-photos/trunk

Proposed by meese
Status: Merged
Approved by: Julián Unrrein
Approved revision: 2610
Merged at revision: 2611
Proposed branch: lp:~meese/pantheon-photos/install-instructions
Merge into: lp:~pantheon-photos/pantheon-photos/trunk
Diff against target: 39 lines (+7/-8)
1 file modified
INSTALL (+7/-8)
To merge this branch: bzr merge lp:~meese/pantheon-photos/install-instructions
Reviewer Review Type Date Requested Status
Julián Unrrein (community) Approve
Review via email: mp+232957@code.launchpad.net

Commit message

Update install instructions to suggest "./configure --build=build".

Description of the change

update install instructions to say ./configure --build=build instead of ./configure so people new to the project don't litter their src folder with c files.

To post a comment you must log in.
Revision history for this message
Julián Unrrein (junrrein) wrote :

This is a good idea.

Revision history for this message
Julián Unrrein (junrrein) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'INSTALL'
2--- INSTALL 2013-01-21 21:16:09 +0000
3+++ INSTALL 2014-09-02 00:38:37 +0000
4@@ -1,27 +1,26 @@
5
6- Shotwell Installation
7+ Photos Installation
8 ---------------------
9
10- To build and install Shotwell, type the following commands:
11+ To build and install Photos, type the following commands:
12
13- $ ./configure
14+ $ ./configure --build=build
15 $ make
16 $ make install
17
18- * By default, Shotwell will install under /usr/local. The configure script
19+ * By default, Photos will install under /usr/local. The configure script
20 can customize the prefix directory. Run ./configure --help for
21 instructions and other installation options.
22
23 * You may need to execute "make install" as root (i.e. sudo make install)
24 if installing to system directories.
25
26- * If you wish to try Shotwell before installing it, you may execute it
27+ * If you wish to try Photos before installing it, you may execute it
28 directly from its build directory. Note that certain desktop integration
29 (such as being listed in an application menu) requires full installation.
30
31- Once installed, Shotwell will be available on your desktop Applications
32+ Once installed, Photos will be available on your desktop Applications
33 menu under Graphics or Photography.
34
35
36- Copyright 2009-2013 Yorba Foundation
37-
38+ Copyright 2009-2013 Yorba Foundation
39\ No newline at end of file

Subscribers

People subscribed via source and target branches

to all changes: