Skip to content

Instantly share code, notes, and snippets.

@violetyk
Last active December 23, 2015 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save violetyk/6606579 to your computer and use it in GitHub Desktop.
Save violetyk/6606579 to your computer and use it in GitHub Desktop.
sudo yum install mercurial
hg clone https://vim.googlecode.com/hg/ vim
cd vim
hg pull
hg update
./configure \
--prefix=/usr/local/phpstorm \
--with-compiledby="JetBrains" \
--enable-fail-if-missing \
--enable-fontset \
--enable-cscope \
--enable-multibyte \
--with-x=no \
--disable-gui \
--disable-xim \
--with-features=huge \
--disable-selinux \
--disable-gpm \
--with-vim-name=phpstorm \
--with-ex-name=phpstorm \
--with-view-name=phpstorm
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment