summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-07-25 22:06:08 +0200
committerrabite <rabite@posteo.de>2019-07-25 22:06:08 +0200
commit754f8c1efcdab53ac6d6e7bb5e1e14f93def8751 (patch)
tree97e6d7d0f386b40f8d974c48abc8f4d72a9d0b27
parent889abf77ada1058c76c58f4b9a9500d7b49c58d6 (diff)
updated info about dependencies in README
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 265016a..c87c4db 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,8 @@ If it works on a system not mentioned here, please open an issue. Also feel free
* gcc
* libmagic-dev
* Rust-nighly compiler
-* GStreamer for video/audio previews
+* GStreamer for video/audio previews (optional)
+* libsixel (optional)
### PREVIEWERS
@@ -72,16 +73,16 @@ hunter comes with definitions to enable previewing certain file types. To use th
### Debian/Ubuntu
-* ```apt install gcc libmagic-dev gstreamer1.0-devel gst-plugins-base gst-plugins-good```
+* ```apt install gcc libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-good libgstreamer-plugins-bad1.0-dev libsixel-bin```
## INSTALLATION:
Compiling hunter currently requires a nightly Rust compiler!
The easiest way to get a nightly compiler is with [rustup](https://rustup.rs/). If you have rustup installed it will automatically download and use a version that is known to work when you run cargo.
-By default it will install a full-featured version with support for media-previews. You can control this using the feature flags ```img```, and ```video```. These can be disabled by calling cargo with ```--no-default-features```. You can then enable image previews with ```--features=img``` and add video/audio with ```--feature=img,video```. Note that video requires img!
+By default it will install a full-featured version with support for media-previews. You can control this using the feature flags ```img```, ```video``` and ```sixel```. These can be disabled by calling cargo with ```--no-default-features```. You can then enable image previews with ```--features=img``` and add video/audio with ```--feature=img,video```. Note that video requires img!
-Note that this only works if hunter can find the "preview-gen" tool somewhere in $PATH!
+Note that this only works if hunter can find the "hunter-media" tool somewhere in $PATH!
### Install rustup