Last active
December 23, 2015 08:19
-
-
Save violetyk/6606579 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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