README.md

October 25, 2018 ยท View on GitHub

Translit


Translit is a method of encoding Cyrillic letters with Latin ones

Designed for elementary OS

Build Status

PayPal | LiberaPay | Patreon

Get it on AppCenter

Install from Github.

As first you need elementary SDK

sudo apt install elementary-sdk

Install dependencies

sudo apt install libgtkspell3-3-dev

Clone repository and change directory

git clone https://github.com/artemanufrij/translit.git
cd translit

Compile, install and start Translit on your system

meson build --prefix=/usr
cd build
sudo ninja install
com.github.artemanufrij.translit