summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorgeorg2019-07-13 14:29:55 -0700
committerjvoisin2019-07-13 14:29:55 -0700
commit1be0a4eefb6276d64de62d955fad60b59f12ee56 (patch)
treec1b79eb57a64152e168b1f775229cd1b31f66fce /INSTALL.md
parentdc5603eb1d33067157eed6c19a8b6770bbd32596 (diff)
INSTALL: Update Debian package status
Also, make the note generic, to omit the need to update it "constantly". Closes #76
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md43
1 files changed, 9 insertions, 34 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 0fe0250..fc66d9d 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -16,6 +16,15 @@ pip3 install mat2
16When [bubblewrap](https://github.com/projectatomic/bubblewrap) is 16When [bubblewrap](https://github.com/projectatomic/bubblewrap) is
17installed, MAT2 uses it to sandbox any external processes it invokes. 17installed, MAT2 uses it to sandbox any external processes it invokes.
18 18
19## Arch Linux
20
21Thanks to [Francois_B](https://www.sciunto.org/), there is an package available on
22[Arch linux's AUR](https://aur.archlinux.org/packages/mat2/).
23
24## Debian
25
26There is a package available in [Debian](https://packages.debian.org/search?keywords=mat2&searchon=names&section=all).
27
19## Fedora 28## Fedora
20 29
21Thanks to [atenart](https://ack.tf/), there is a package available on 30Thanks to [atenart](https://ack.tf/), there is a package available on
@@ -37,40 +46,6 @@ Then you can install both the Mat2 command and Nautilus extension:
37dnf -y install mat2 mat2-nautilus 46dnf -y install mat2 mat2-nautilus
38``` 47```
39 48
40## Debian
41
42There a package available in Debian *buster/sid*. The package [doesn't include
43the Nautilus extension yet](https://bugs.debian.org/910491).
44
45For Debian 9 *stretch*, there is a way to install it *manually*:
46
47```
48# apt install python3-mutagen python3-gi-cairo gir1.2-gdkpixbuf-2.0 libimage-exiftool-perl gir1.2-glib-2.0 gir1.2-poppler-0.18 ffmpeg
49# apt install bubblewrap # if you want sandboxing
50$ git clone https://0xacab.org/jvoisin/mat2.git
51$ cd mat2
52$ ./mat2
53```
54
55and if you want to install the über-fancy Nautilus extension:
56
57```
58# apt install gnome-common gtk-doc-tools libnautilus-extension-dev python-gi-dev python3-dev build-essential
59$ git clone https://github.com/GNOME/nautilus-python
60$ cd nautilus-python
61$ PYTHON=/usr/bin/python3 ./autogen.sh
62$ make
63# make install
64$ mkdir -p ~/.local/share/nautilus-python/extensions/
65$ cp ../nautilus/mat2.py ~/.local/share/nautilus-python/extensions/
66$ PYTHONPATH=/home/$USER/mat2 PYTHON=/usr/bin/python3 nautilus
67```
68
69## Arch Linux
70
71Thanks to [Francois_B](https://www.sciunto.org/), there is an package available on
72[Arch linux's AUR](https://aur.archlinux.org/packages/mat2/).
73
74## Gentoo 49## Gentoo
75 50
76MAT2 is available in the [torbrowser overlay](https://github.com/MeisterP/torbrowser-overlay). 51MAT2 is available in the [torbrowser overlay](https://github.com/MeisterP/torbrowser-overlay).