diff options
author | trizen <trizen@protonmail.com> | 2020-06-06 22:01:19 +0300 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-06-06 22:32:05 -0500 |
commit | dcc6d2ff021c62b7afd89f243f179e0709df7259 (patch) | |
tree | 9390a9b152ef31b003f7492782f87543bfaa7a08 /README.md | |
parent | 61369146c3474fe44c379a9d67e70d5d35c15409 (diff) | |
download | fair-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.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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: |