Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 524 Bytes

INSTALL.md

File metadata and controls

25 lines (18 loc) · 524 Bytes

Installing Caja Admin from source

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

    • meson
    • pluma (optional)
    • gettext
    • mate-terminal (optional)
    • policykit-1
    • caja-python
  2. Open a terminal in the project directory and run:

    meson -Dprefix=/usr build
    cd build
    ninja
    sudo ninja install
    
  3. If Caja is running, restart it:

    caja -q
    

    Then start it again.