|
我的步骤:
- sudo apt-get install build-essential
- sudo apt-get build-dep fcitx
- tar jxvf fcitx-3.5-070112.tar.bz2
- cd fcitx-3.5/
- ./configure -prefix=/usr
- make && make install
复制代码
最后一步出错提示如下:
- ........
- ..................以上 省略............
- ....................
- Making all in data
- make[2]: Entering directory `/home/name/Desktop/fcitx-3.5/data'
- make[2]: Nothing to be done for `all'.
- make[2]: Leaving directory `/home/name/Desktop/fcitx-3.5/data'
- make[2]: Entering directory `/home/name/Desktop/fcitx-3.5'
- make[2]: Leaving directory `/home/name/Desktop/fcitx-3.5'
- make[1]: Leaving directory `/home/name/Desktop/fcitx-3.5'
- Making install in doc
- make[1]: Entering directory `/home/name/Desktop/fcitx-3.5/doc'
- make[2]: Entering directory `/home/name/Desktop/fcitx-3.5/doc'
- make[2]: Nothing to be done for `install-exec-am'.
- test -z "/usr/share/fcitx/doc" || mkdir -p -- "/usr/share/fcitx/doc"
- mkdir: 无法创建目录‘/usr/share/fcitx’: Permission denied
- make[2]: *** [install-docDATA] 错误 1
- make[2]: Leaving directory `/home/name/Desktop/fcitx-3.5/doc'
- make[1]: *** [install-am] 错误 2
- make[1]: Leaving directory `/home/name/Desktop/fcitx-3.5/doc'
- make: *** [install-recursive] 错误 1
复制代码 |
|