Skip to content

Instantly share code, notes, and snippets.

@PlusLake
Created February 18, 2024 07:57
Show Gist options
  • Save PlusLake/95bf73e5946c12f6ed0bc1fddbbd7546 to your computer and use it in GitHub Desktop.
Save PlusLake/95bf73e5946c12f6ed0bc1fddbbd7546 to your computer and use it in GitHub Desktop.
install_cangjie_on_fcitx5
git clone https://github.com/fcitx/fcitx5-table-extra
sudo apt install \
cmake \
extra-cmake-modules \
build-essential \
libboost-dev \
libimecore-dev \
libimetable-dev \
libfcitx5core-dev \
libfcitx5utils-dev \
gettext
cd fcitx5-table-extra
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib ..
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment