From 119085f28db71186b5361b6aa8623da2d2ecfd0a Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 5 Sep 2018 06:29:38 -0700 Subject: [PATCH] Add missing dependencies for the Nautilus extension to INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 42ce6eb..e8a6f85 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -38,7 +38,7 @@ $ ./mat2 and if you want to install the über-fancy Nautilus extension: ``` -# apt install python-gi-dev +# apt install gnome-common gtk-doc-tools libnautilus-extension-dev python-gi-dev $ git clone https://github.com/GNOME/nautilus-python $ cd nautilus-python $ PYTHON=/usr/bin/python3 ./autogen.sh