1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

feat: add Fcitx and Uim support to AppImage

This commit is contained in:
Maxim Biro 2019-09-13 15:22:46 -04:00 committed by Anthony Bilinski
parent 2419b62762
commit 710c32ded0
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -75,7 +75,8 @@ git patchelf tclsh libssl-dev cmake extra-cmake-modules build-essential \
check checkinstall libavdevice-dev libexif-dev libgdk-pixbuf2.0-dev \
libgtk2.0-dev libopenal-dev libopus-dev libqrencode-dev libqt5opengl5-dev \
libqt5svg5-dev libsodium-dev libtool libvpx-dev libxss-dev \
qt5-default qttools5-dev qttools5-dev-tools qtdeclarative5-dev
qt5-default qttools5-dev qttools5-dev-tools qtdeclarative5-dev \
fcitx-frontend-qt5 uim-qt5
# get version
cd "$QTOX_SRC_DIR"