码迷,mamicode.com
首页 > 系统相关 > 详细

linux 中spfvim安装

时间:2014-08-18 18:14:42      阅读:411      评论:0      收藏:0      [点我收藏+]

标签:style   http   io   文件   ar   linux   size   ad   

1. 安装 git

   1.1 安装依赖的包:

            curl          curl-devel     zlib-devel         openssl-devel      perl      cpio      expat-devel getttext-devel

   1.2 安装git:

               wget http://www.codemonkey.org.uk/projects/git-snapshots/git/git-latest.tar.gz
  tar xzvf git-latest.tar.gz
  cd git-2011-11-30 #你的目录可能不是这个
  autoconf
  ./configure
  make
  sudo make install
 1.3 检查git安装:

              git --version

git安装完后,执行命令的时候出现:error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory

解决办法如下:

1.在/etc/ld.so.conf中加一行/usr/local/lib,

 2.然后运行/sbin/ldconfig,文件解决,没有报错了~~

2. 安装spfvim

       # git clone https://github.com/spf13/spf13-vim.git
  # cd spf13-vim
  # ./bootstrap.sh

linux 中spfvim安装,布布扣,bubuko.com

linux 中spfvim安装

标签:style   http   io   文件   ar   linux   size   ad   

原文地址:http://www.cnblogs.com/java-cjt/p/3920095.html

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