File: INSTALL

package info (click to toggle)
nautilus-admin 0.1.2-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 152 kB
  • sloc: python: 87; sh: 26; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
First install the dependencies.
In Debian/Ubuntu, the (known) dependencies are:
- cmake
- python-nautilus

Then open a terminal in the project directory and run:
$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo make install

Finally, restart Nautilus if it's running:
$ nautilus -q
Then start it again.