-
Install the dependencies. In Ubuntu and Debian, these are the known dependencies:
- cmake
- gedit (optional)
- gettext
- python-nautilus
The python-nautilus package may have different names on other distributions. On Fedora, for example, it's called nautilus-python.
-
Open a terminal in the project directory and run:
mkdir build cd build cmake .. make sudo make install
-
If Nautilus is running, restart it:
nautilus -q
Then start it again.
This repository has been archived by the owner on May 15, 2022. It is now read-only.