Last active
August 29, 2015 14:01
-
-
Save acoffman/d3b27b875f8e572f8d53 to your computer and use it in GitHub Desktop.
workstation build flags
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
#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