Ubuntu Sublime text 2 安装 SublimeClang
时间:2014-05-02 11:01:23
收藏:0
阅读:382
Instructions here are not great.
First shut down ST2.
Make sure you use absolute paths for symlink:
e.g.
$ curl -kL http://xrl.us/pythonbrewinstall | bash
$ source "$HOME/.pythonbrew/etc/bashrc"
$ pythonbrew install --configure="--enable-unicode=ucs4" 2.6
$ ln -s /home/davis/.pythonbrew/pythons/Python-2.6/lib/python2.6/ /home/davis/Downloads/Sublime\ Text\ 2/lib/python2.6
Now rebuild clang / llvm
$ cd /home/davis/.config/sublime-text-2/Packages/SublimeClang/src
$ mkdir -p build && cd build
$ cmake ..
$ [wait for download of clang and llvm]....
$ make
Now re-open ST2 and it should work.
Reference
评论(0)