Skip to content

Instantly share code, notes, and snippets.

@acoffman
Last active August 29, 2015 14:01
Show Gist options
  • Save acoffman/d3b27b875f8e572f8d53 to your computer and use it in GitHub Desktop.
Save acoffman/d3b27b875f8e572f8d53 to your computer and use it in GitHub Desktop.
workstation build flags
#tmux configure, updated libevent in /home/archive
LIBEVENT_CFLAGS="-I/home/archive/include" LIBEVENT_LIBS="-L/home/archive/lib -levent" ./configure --prefix=/home/archive
#vim configure, out of /home/archive
./configure --with-features=huge \
--enable-rubyinterp \
--enable-pythoninterp \
--with-python-config-dir=/usr/lib/python2.7-config \
--enable-perlinterp \
--enable-luainterp \
--enable-gui=gtk2 --enable-cscope --prefix=/home/archive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment