File: INSTALL.md

package info (click to toggle)
nautilus-hide 0.2.3-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 196 kB
  • sloc: python: 90; xml: 40; sh: 20; makefile: 13
file content (24 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Installing Nautilus Hide from source
====================================

1.  Install the dependencies.
    In Ubuntu and Debian, these are the known dependencies:

    *   cmake
    *   gettext
    *   python-nautilus
    *   xdotool

2.  Open a terminal in the project directory and run:

        mkdir build
        cd build
        cmake ..
        make
        sudo make install

3.  If Nautilus is running, restart it:

        nautilus -q

    Then start it again.