Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

Commit

Permalink
add config script
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Feb 11, 2011
1 parent 37b53d8 commit 61cec1e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions vim-config.sh
@@ -0,0 +1,16 @@
#!/bin/bash
# Put this script file in the source directory of vim 7.3
# and run:
# ./vim-config.sh && make && sudo make install
# to get a version of vim that works with this setup.
./configure \
--prefix=/usr/local \
--mandir=/usr/local/share/man \
--enable-gui=no \
--without-x \
--disable-nls \
--enable-multibyte \
--with-tlib=ncurses \
--enable-pythoninterp \
--enable-rubyinterp \
--with-features=huge

0 comments on commit 61cec1e

Please sign in to comment.