Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 486 Bytes

INSTALL.md

File metadata and controls

24 lines (17 loc) · 486 Bytes

Installing Nautilus Admin from source

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

    • cmake
    • gedit (optional)
    • gettext
    • python-nautilus
  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.