Last active
August 29, 2015 14:06
-
-
Save pearofducks/b0b437c2daabe480c5ce to your computer and use it in GitHub Desktop.
build-stuffs
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
apt-get install libcurl4-gnutls-dev libexpat1-dev gettext libz-dev libssl-dev build-essential libevent-dev libtool autoconf automake pkg-config libpcre3-dev zlib1g-dev liblzma-dev | |
#git | |
#procps-ng | |
./configure --prefix=/usr \ | |
--exec-prefix= \ | |
--libdir=/usr/lib \ | |
--docdir=/usr/share/doc/procps-ng-3.3.9 \ | |
--disable-static \ | |
--disable-kill | |
mv -v /usr/bin/pidof /bin | |
mv -v /usr/lib/libprocps.so.* /lib | |
ln -sfv ../../lib/$(readlink /usr/lib/libprocps.so) /usr/lib/libprocps.so | |
#zsh | |
./configure --disable-gdbm | |
#vim | |
./configure --prefix=/usr/local --without-x --enable-gui=no --enable-pythoninterp --enable-rubyinterp --enable-multibyte --with-features=huge | |
#ag |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment