Skip to content

Instantly share code, notes, and snippets.

@pearofducks
Last active August 29, 2015 14:06
Show Gist options
  • Save pearofducks/b0b437c2daabe480c5ce to your computer and use it in GitHub Desktop.
Save pearofducks/b0b437c2daabe480c5ce to your computer and use it in GitHub Desktop.
build-stuffs
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