Download
- Prerequisites: GTK3.
- Source archives.
Build and install
This software is programmed in C language and uses the CMake build system.
From the project root directory, run:
mkdir build
cd build
cmake .. [-DCMAKE_INSTALL_PREFIX=/usr] [-DTHUNARX=OFF] [-DCMAKE_INSTALL_LIBDIR=lib64]
make
sudo make install [DESTDIR=$(pwd)/pack]
CMake parameters :
-DTHUNARX=OFF
disables Thunar extension.CMAKE_INSTALL_LIBDIR
defaults tolib
.
To uninstall, run: sudo make uninstall
Translate
To translate this software into your language, from the project doc
directory, run:
msginit -l LANG
Example: msginit -l de_DE
.