fcitx-4.2.8.3 :
编译:
编译fcitx-4.2.8.3 得到 include 和 lib
cmake . -DINSTALL_PREFIX=/opt/usr/fcitx-4.2.8.3 -DWITH_ENABLE_OPENCC=OFF -DWITH_ENABLE_GIR=OFF
make ; make install
youker-assistant-1.0.0:
基于Qt/QML、Python实现
cd yk/src
cp /opt/usr/fcitx-4.2.8.3/include fcitx-inc -r
cp /opt/usr/fcitx-4.2.8.3/lib fcitx-lib -r
vi src.pro
LIBS += -L./fcitx-lib -lfcitx-qt -lfcitx-config -lfcitx-utils
INCLUDEPATH += ./fcitx-inc/
cd ..
make
运行
cd backends/youker-assistant-daemon/src
apt-get install python-psutil python-pywapi python-tz
./start_sessiondbus.py &
./start_systemdbus.py
cd -
cd src
export LD_LIBRARY_PATH=./fcitx-lib/
./youker-assistant
阅读(1787) | 评论(0) | 转发(0) |