← Back to team overview

simple-scan-team team mailing list archive

[Merge] lp:~soliloque/simple-scan/simple-scan into lp:simple-scan

 

soliloque has proposed merging lp:~soliloque/simple-scan/simple-scan into lp:simple-scan.

Requested reviews:
  Robert Ancell (robert-ancell)

For more details, see:
https://code.launchpad.net/~soliloque/simple-scan/simple-scan/+merge/320959

I updated README.md so the instructions for building simple-scan works correctly on Ubuntu 16.04 LTS.
-- 
Your team Simple Scan Development Team is subscribed to branch lp:simple-scan.
=== modified file 'README.md'
--- README.md	2014-07-20 23:16:48 +0000
+++ README.md	2017-03-24 16:41:38 +0000
@@ -22,10 +22,11 @@
 bzr branch lp:simple-scan simple-scan && cd simple-scan
 sudo apt-get build-dep simple-scan
 sudo apt-get install libsqlite3-dev
+sudo apt-get install appstream-util
 sudo apt-get install valac-0.22 vala-0.22
 sudo update-alternatives --config valac # select vala-0.22
 
-# one of the follwing
+# one of the following
 ./autogen.sh                           # system-wide installation
 ./autogen.sh --prefix=`pwd`/install    # for development purposes
 


Follow ups