Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 464 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 464 Bytes

fcitx5-flypy

Introduction

fcitx5-flypy provides flypy table for fcitx5.

Requirements

You need to install fcitx5-table fcitx5-lua and libime first.

Build

sudo apt install build-essential cmake-extras extra-cmake-modules \
                 gettext appstream libecm-dev \
                 ibfcitx5core-dev libboost-dev libimecore-dev libimetable-dev
make build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make -j4
sudo make install