From 657d8b8812f16b2c377e5b77ff2ffcc4046a7dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 16 Jul 2017 10:20:56 +0200 Subject: New upstream version 3.25.1 --- README.md | 42 ++++++++++++------------------------------ 1 file changed, 12 insertions(+), 30 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 416f0f7..7609fc1 100644 --- a/README.md +++ b/README.md @@ -10,41 +10,25 @@ https://launchpad.net/simple-scan ## BUILDING -Unfortunatly Simple Scan is a little bit picky about dependencies when building. -The latest version of Simple Scan is primarily developed on - -* Ubuntu 12.04 LTS - -and know to successfully build using the following commands: - +Install the dependencies (on Ubuntu/Debian): ``` -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.22 vala-0.22 -sudo update-alternatives --config valac # select vala-0.22 - -# one of the follwing -./autogen.sh # system-wide installation -./autogen.sh --prefix=`pwd`/install # for development purposes - -make -make install -./install/bin/simple-scan +$ sudo apt install bzr meson valac libgtk-3-dev libgusb-dev libcolord-dev libpackagekit-glib2-dev libsane-dev gettext itstool ``` -Due to popular demand we have an experimental git mirror at -https://github.com/mnagel/simple-scan -You can clone from there should you prefer git over bzr. -Please keep in mind that the sync bzr->git is done manually. - +Get the source: +``` +$ bzr branch lp:simple-scan +``` +Build locally with: +``` +$ meson --prefix $PWD/install build/ +$ ninja -C build/ all install +$ XDG_DATA_DIRS=install/share:$XDG_DATA_DIRS ./install/bin/simple-scan +``` ## DEBUGGING -The following tips might be helpful when debugging. - There is a --debug command line switch to enable more verbose logging: ``` ./install/bin/simple-scan --debug @@ -65,8 +49,6 @@ When debugging hardware issues always check xsane and especially scanimage. * http://xsane.org/ * http://www.sane-project.org/man/scanimage.1.html - - ## CONTRIBUTING The preferred way to contribute code to Simple Scan is -- cgit v1.2.3