首页 > 代码库 > Ubuntu Sublime text 2 安装 SublimeClang

Ubuntu Sublime text 2 安装 SublimeClang

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