码迷,mamicode.com
首页 > 其他好文 > 详细

Ubuntu Sublime text 2 安装 SublimeClang

时间:2014-05-02 11:01:23      阅读:382      评论:0      收藏:0      [点我收藏+]

标签:class   code   ext   get   http   com   

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

Ubuntu Sublime text 2 安装 SublimeClang

标签:class   code   ext   get   http   com   

原文地址:http://www.cnblogs.com/zhouzhuo/p/3703663.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!