youker-assistant-1.0.0 源码编译

1900阅读 0评论2014-02-26 mxcai2005
分类:LINUX

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





上一篇:Qtperf (qt性能测试工具)
下一篇:控制符号的可见性