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

[1] Get SublimeClang working on Linux + Sublime Text 2

Ubuntu Sublime text 2 安装 SublimeClang,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!