(i)

Encryption-Plugin - Install

Prerequisites

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] [-DCMAKE_INSTALL_LIBDIR=lib64]
make
sudo make install [DESTDIR=$(pwd)/pack]

To uninstall, run: sudo make uninstall

Translate

To translate this software into your language, from the project’s po directory:

  1. Setup env:
LNG=$(echo $LANG | cut -f1 -d_)                         #or LNG="es", LNG="it", ...
  1. Run: msginit (or msginit -l es_ES.UTF-8 for example).
  2. Edit the $LNG.po file.
  3. Test the translation: msgfmt -o /usr/share/locale/$LNG/LC_MESSAGES/thunar-encryption-plugin.mo $LNG.po.
  4. Send me your translation.