Merge lp:~soliloque/simple-scan/appstream-util into lp:~simple-scan-team/simple-scan/trunk

Proposed by soliloque
Status: Merged
Merged at revision: 949
Proposed branch: lp:~soliloque/simple-scan/appstream-util
Merge into: lp:~simple-scan-team/simple-scan/trunk
Diff against target: 15 lines (+2/-1)
1 file modified
README.md (+2/-1)
To merge this branch: bzr merge lp:~soliloque/simple-scan/appstream-util
Reviewer Review Type Date Requested Status
Robert Ancell Approve
Review via email: mp+320959@code.launchpad.net

Description of the change

I updated README.md so the instructions for building simple-scan works correctly on Ubuntu 16.04 LTS.

To post a comment you must log in.
Revision history for this message
Robert Ancell (robert-ancell) wrote :

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README.md'
2--- README.md 2014-07-20 23:16:48 +0000
3+++ README.md 2017-03-24 16:41:38 +0000
4@@ -22,10 +22,11 @@
5 bzr branch lp:simple-scan simple-scan && cd simple-scan
6 sudo apt-get build-dep simple-scan
7 sudo apt-get install libsqlite3-dev
8+sudo apt-get install appstream-util
9 sudo apt-get install valac-0.22 vala-0.22
10 sudo update-alternatives --config valac # select vala-0.22
11
12-# one of the follwing
13+# one of the following
14 ./autogen.sh # system-wide installation
15 ./autogen.sh --prefix=`pwd`/install # for development purposes
16

Subscribers

People subscribed via source and target branches