Merge lp:~markellmtthw/switchboard/fix-932224 into lp:~elementary-pantheon/switchboard/switchboard

Proposed by Matthew Markell
Status: Merged
Approved by: Avi Romanoff
Approved revision: 177
Merged at revision: 188
Proposed branch: lp:~markellmtthw/switchboard/fix-932224
Merge into: lp:~elementary-pantheon/switchboard/switchboard
Diff against target: 21 lines (+17/-0)
1 file modified
INSTALL (+17/-0)
To merge this branch: bzr merge lp:~markellmtthw/switchboard/fix-932224
Reviewer Review Type Date Requested Status
Avi Romanoff Pending
Review via email: mp+93461@code.launchpad.net
To post a comment you must log in.
Revision history for this message
xapantu (xapantu) wrote :

Why cmake .. -DCMAKE_INSTALL_PREFIX=/usr? We shouldn't recommend to install to /usr?

Revision history for this message
Matthew Markell (markellmtthw) wrote :

 By default running cmake .. installs to /usr/local. Builds from the PPA are installed to /usr. This difference can cause some trouble eg if someone is building from source then switches to the ppa, the version in /usr/local is still used by default instead of the PPA version. By installing to /usr, we keep the user from having two different versions installed at the same time.

-----Original Message-----
From: xapantu <email address hidden>
To: Matthew Markell <email address hidden>
Sent: Mon, Mar 12, 2012 4:46 pm
Subject: Re: [Merge] lp:~markellmtthw/switchboard/fix-932224 into lp:switchboard

Why cmake .. -DCMAKE_INSTALL_PREFIX=/usr? We shouldn't recommend to install to
/usr?
--
https://code.launchpad.net/~markellmtthw/switchboard/fix-932224/+merge/93461
You are the owner of lp:~markellmtthw/switchboard/fix-932224.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'INSTALL'
2--- INSTALL 1970-01-01 00:00:00 +0000
3+++ INSTALL 2012-02-16 17:12:20 +0000
4@@ -0,0 +1,17 @@
5+Dependencies:
6+ debhelper (>= 7.0.50~)
7+ cmake (>= 2.8)
8+ valac (>= 0.13)
9+ libgtk-3-dev (>= 3.0.8)
10+ libglib2.0-dev (>= 2.26.0)
11+ libgee-dev (>= 0.5.3)
12+ libgranite-dev
13+
14+Installation:
15+ bzr branch lp:switchboard
16+ cd switchboard
17+ mkdir build
18+ cd build
19+ cmake .. -DCMAKE_INSTALL_PREFIX=/usr
20+ make
21+ sudo make install

Subscribers

People subscribed via source and target branches

to all changes: