Merge lp:~hyuchia/pantheon-mail/fix-1562958 into lp:~elementary-apps/pantheon-mail/trunk

Proposed by Diego Islas Ocampo
Status: Merged
Merge reported by: Jeremy Wootten
Merged at revision: not available
Proposed branch: lp:~hyuchia/pantheon-mail/fix-1562958
Merge into: lp:~elementary-apps/pantheon-mail/trunk
Diff against target: 61 lines (+48/-9)
1 file modified
INSTALL (+48/-9)
To merge this branch: bzr merge lp:~hyuchia/pantheon-mail/fix-1562958
Reviewer Review Type Date Requested Status
Jeremy Wootten code Approve
Review via email: mp+318063@code.launchpad.net

Description of the change

Added the missing list of dependencies required as well as other instructions for building and installing in the INSTALL file.

To post a comment you must log in.
Revision history for this message
Jeremy Wootten (jeremywootten) wrote :

I believe that it is now preferred to use https://elementary.io/ as the copyright link address in new code.

2238. By Diego Islas Ocampo

Update copyright URL

Revision history for this message
Diego Islas Ocampo (hyuchia) wrote :

Yeah you are right, just changed it.

Revision history for this message
Cody Garver (codygarver) wrote :
2239. By Diego Islas Ocampo

Update dependencies to match deb packaging file

Revision history for this message
Diego Islas Ocampo (hyuchia) wrote :

Done :)

Revision history for this message
Jeremy Wootten (jeremywootten) wrote :

Thanks : )

review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'INSTALL'
2--- INSTALL 2016-02-16 18:44:10 +0000
3+++ INSTALL 2017-03-18 18:20:43 +0000
4@@ -1,9 +1,48 @@
5----------------------------------
6-BUILD Mail
7----------------------------------
8-
9-mkdir build
10-cd build
11-cmake -DCMAKE_INSTALL_PREFIX=/usr ..
12-make
13-sudo make install (optional; system installation)
14+Copyright (c) 2015-2017 elementary LLC. (https://elementary.io/)
15+
16+Requirements:
17+
18+- cmake (>= 2.8.0)
19+- debhelper (>= 8)
20+- desktop-file-utils
21+- gnome-doc-utils
22+- intltool
23+- libaccounts-glib-dev
24+- libcanberra-dev (>= 0.28)
25+- libgcr-3-dev (>= 3.10.1)
26+- libgee-0.8-dev
27+- libgirepository1.0-dev (>= 1.32.0)
28+- libglib2.0-dev (>= 2.34.0)
29+- libgmime-2.6-dev (>= 2.6.14)
30+- libgranite-dev
31+- libgsignon-glib-dev
32+- libgtk-3-dev (>= 3.10.0)
33+- libnotify-dev (>=0.7.5)
34+- libsecret-1-dev (>= 0.11)
35+- libsqlite3-dev (>= 3.7.4)
36+- libunity-dev (>= 5.12.0)
37+- libwebkitgtk-3.0-dev (>= 1.10.0)
38+- libxml2-dev (>= 2.7.8)
39+- valac
40+
41+To get all of the dependencies under a Debian-based distribution, run:
42+
43+ sudo apt-get build-dep pantheon-mail
44+
45+To build pantheon-mail:
46+
47+ mkdir build
48+ cd build
49+ cmake .. -DCMAKE_INSTALL_PREFIX=/usr
50+ make
51+
52+To install it:
53+
54+ sudo make install
55+
56+Options:
57+ Debug build:
58+ cmake .. -DCMAKE_BUILD_TYPE=Debug
59+
60+ Different prefix:
61+ cmake .. -DCMAKE_INSTALL_PREFIX=/opt

Subscribers

People subscribed via source and target branches