From 9593feb0b6561a9cb6d92b97671492892283fe43 Mon Sep 17 00:00:00 2001 From: Michael Nagel Date: Tue, 9 Apr 2013 13:06:57 +0200 Subject: [PATCH] readme: update build instructions to install bzr and libsqlite3-dev --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aa379b3..bfe14b0 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,10 @@ The latest version of Simple Scan is primarily developed on and know to successfully build using the following commands: ``` +sudo apt-get install bzr 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 valac-0.16 vala-0.16 sudo update-alternatives --config valac # select vala-0.16