aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authortrizen <trizen@protonmail.com>2020-06-06 22:01:19 +0300
committerJesús <heckyel@hyperbola.info>2020-06-06 22:32:05 -0500
commitdcc6d2ff021c62b7afd89f243f179e0709df7259 (patch)
tree9390a9b152ef31b003f7492782f87543bfaa7a08 /README.md
parent61369146c3474fe44c379a9d67e70d5d35c15409 (diff)
downloadfair-viewer-dcc6d2ff021c62b7afd89f243f179e0709df7259.tar.lz
fair-viewer-dcc6d2ff021c62b7afd89f243f179e0709df7259.tar.xz
fair-viewer-dcc6d2ff021c62b7afd89f243f179e0709df7259.zip
- Allow `gtk-fair-viewer` to run under any gtk+ >= 3.0. (previously required gtk+ >= 3.20) - Added info for how to execute `fair-viewer` without installing it. - Added Slackware to the "Availability" list.
Signed-off-by: Jesús <heckyel@hyperbola.info>
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 22476f9..7a386f8 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,19 @@ To install `gtk-fair-viewer` along with `fair-viewer`, run:
sudo ./Build install
```
+### TRY
+
+For trying the latest commit of `straw-viewer`, without installing it, execute the following commands:
+
+```console
+cd /tmp
+wget https://libregit.org/heckyel/fair-viewer/archive/master.zip -O fair-viewer-master.zip
+unzip -n fair-viewer-master.zip
+cd fair-viewer-master/bin
+perl -pi -ne 's{DEVEL = 0}{DEVEL = 1}' {gtk-,}fair-viewer
+./fair-viewer
+```
+
### CONFIGURATIONS
for `fair-viewer`, run: