Skip to content

Instantly share code, notes, and snippets.

@aurora
Created February 6, 2012 15:43
Show Gist options
  • Save aurora/1752747 to your computer and use it in GitHub Desktop.
Save aurora/1752747 to your computer and use it in GitHub Desktop.
libreadline on osx
perl -i.bak -p -e \
"s/SHLIB_LIBS=.*/SHLIB_LIBS='-lSystem -lncurses -lcc_dynamic'/g" \
support/shobj-conf
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment