|
Project Information
Links
|
如果有碰到jsl的问题 请查看jslErrorSolve 目标: 一个具有类似于IDE功能的容易安装的VIM sudo apt-get install exuberant-ctags wget unzip Mac OS X Snow Leopard或者其它非Deb系的Linux上的指令如下: wget http://prdownloads.sourceforge.net/ctags/ctags-5.8.tar.gz
tar -zxvf ctags-5.8.tar.gz
cd ctags-5.8
./configure
make
sudo make install
sudo cp ctags /usr/bin/ctags && chmod 755 /usr//bin/ctags真实的安装过程非常简单: svn checkout http://vimide.googlecode.com/svn/trunk/linux vimide cd vimide/ sh install.sh 对于Windows: if jsl error encountered check here jslErrorSolve Goals: An easy to install IDE like Vim.
sudo apt-get install exuberant-ctags wget unzip
wget http://prdownloads.sourceforge.net/ctags/ctags-5.8.tar.gz
tar -zxvf ctags-5.8.tar.gz
cd ctags-5.8
./configure
make
sudo make install
sudo cp ctags /usr/bin/ctags && chmod 755 /usr//bin/ctags
The real installation process is quite easy and simple: Installation commands: svn checkout http://vimide.googlecode.com/svn/trunk/linux vimide cd vimide/ sh install.sh For Windows: please download the zip file vimide-for-windows.zip and follow the instructions in the README file. any feedback is welcome. Shortcut for open the NERD_Tree and taglist is default to: QQ Group:40964276 ScreenShots:
|

