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

Subscribers

People subscribed via source and target branches