File: README.md

package info (click to toggle)
fcitx-sayura 0.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 212 kB
  • sloc: ansic: 440; makefile: 9
file content (18 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Fcitx-Sayura

Fcitx-Sayura is a Sinhala input method for Fcitx input method framework ported from IBus-Sayura.

### License

Fcitx-Sayura is a free software released under GPLv2.

### Install (From Source)

    $git clone git@github.com:yuyichao/fcitx-sayura.git

    $cd fcitx-sayura
    $mkdir -p build
    $cd build
    $cmake .. -DCMAKE_INSTALL_PREFIX=/usr
    $make
    #make install