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

Proposed by Matthew Markell
Status: Rejected
Rejected by: Mario Guerriero
Proposed branch: lp:~markellmtthw/euclide/fix-932224
Merge into: lp:euclide
Diff against target: 33 lines (+26/-0)
1 file modified
INSTALL (+26/-0)
To merge this branch: bzr merge lp:~markellmtthw/euclide/fix-932224
Reviewer Review Type Date Requested Status
Mario Guerriero Needs Fixing
Review via email: mp+93448@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Mario Guerriero (mefrio-g) wrote :

You sohuld drop devhelp and pkg-config deb. Also you should replace scratch with scratch-text-editor.

review: Needs Fixing

Unmerged revisions

106. By Matthew Markell

Added dependency list and installation instructions to INSTALL

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'INSTALL'
2--- INSTALL 2011-06-23 12:57:36 +0000
3+++ INSTALL 2012-02-16 16:35:24 +0000
4@@ -2,3 +2,29 @@
5 sudo add-apt-repository ppa:xapantu/euclide
6 sudo apt-get update
7 sudo apt-get install quickly quickly-vala-template
8+
9+Dependencies:
10+ debhelper (>= 7)
11+ cmake
12+ pkg-config
13+ valac
14+ libgtk-3-dev
15+ libgranite-dev
16+ libgtksourceview-3.0-dev
17+ gir1.2-gconf-2.0
18+ libgconf2-dev
19+ gir1.2-soup-2.4
20+ libsoup2.4-dev
21+ libgee-dev
22+ libvte-2.90-dev
23+ scratch
24+ libpeas-dev
25+
26+Installation:
27+ bzr branch lp:euclide
28+ cd euclide
29+ mkdir build
30+ cd build
31+ cmake .. -DCMAKE_INSTALL_PREFIX=/usr
32+ make
33+ sudo make install

Subscribers

People subscribed via source and target branches