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
=== modified file 'INSTALL'
--- INSTALL 2011-06-23 12:57:36 +0000
+++ INSTALL 2012-02-16 16:35:24 +0000
@@ -2,3 +2,29 @@
2sudo add-apt-repository ppa:xapantu/euclide2sudo add-apt-repository ppa:xapantu/euclide
3sudo apt-get update3sudo apt-get update
4sudo apt-get install quickly quickly-vala-template4sudo apt-get install quickly quickly-vala-template
5
6Dependencies:
7 debhelper (>= 7)
8 cmake
9 pkg-config
10 valac
11 libgtk-3-dev
12 libgranite-dev
13 libgtksourceview-3.0-dev
14 gir1.2-gconf-2.0
15 libgconf2-dev
16 gir1.2-soup-2.4
17 libsoup2.4-dev
18 libgee-dev
19 libvte-2.90-dev
20 scratch
21 libpeas-dev
22
23Installation:
24 bzr branch lp:euclide
25 cd euclide
26 mkdir build
27 cd build
28 cmake .. -DCMAKE_INSTALL_PREFIX=/usr
29 make
30 sudo make install

Subscribers

People subscribed via source and target branches