summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2020-09-12 11:16:20 +0200
committerJörg Frings-Fürst <debian@jff.email>2020-09-12 11:16:20 +0200
commitcbed9d3da4012f5e767551bb24ce16700e367381 (patch)
treea24f2db0474dcb665a6ae9a571e36363bae5150f /README.md
parentb5c71291fc6d07fbc16d09a8f2a374c4ac86ddf1 (diff)
parent7ab8c8e0307a0d58438619693c53d9844763f1e8 (diff)
Update upstream source from tag 'upstream/3.38.0'
Update to upstream version '3.38.0' with Debian dir 42fda7e2ace2bfca534e1d2f8f11676ad96fb777
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index eade28d..3d96f55 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,11 @@ For Fedora:
$ sudo dnf install -y meson vala gettext itstool gtk3-devel libgusb-devel colord-devel PackageKit-glib-devel libwebp-devel sane-backends-devel
```
+For Arch Linux:
+```
+sudo pacman -S meson vala gettext itstool gtk3 libusb colord libpackagekit-glib libwebp sane
+```
+
Get the source:
```
$ git clone https://gitlab.gnome.org/GNOME/simple-scan.git
@@ -58,7 +63,7 @@ command line
by the SANE project - these allow to to easily see and control all the
settings your driver provides.
-If XSane is also not working, then the issue could be casued by wrongly
+If XSane is also not working, then the issue could be caused by wrongly
loaded backend. To enable debug traces on Sane, set `SANE_DEBUG_DLL`
environment variable:
@@ -96,3 +101,10 @@ A lot of information about translation process can be found at
[GNOME TranslationProject](https://wiki.gnome.org/TranslationProject/).
The translation files for *Document Scanner* User Interface and User Guide,
are available [here](https://l10n.gnome.org/module/simple-scan/).
+
+To be able to run Document Scanner in selected language, the `LANGUAGE` could be used.
+For example to run Document Scanner in Polish language:
+
+```
+$ LANGUAGE=pl XDG_DATA_DIRS=_install/share:$XDG_DATA_DIRS ./_install/bin/simple-scan
+```