Skip to content

Instantly share code, notes, and snippets.

@daz
Last active December 15, 2015 05:49
Show Gist options
  • Save daz/5211416 to your computer and use it in GitHub Desktop.
Save daz/5211416 to your computer and use it in GitHub Desktop.
Install live-f1-libevent on OS X
# Install bzr
brew install bzr
# Pull down bzr repo
bzr branch lp:~ymishkov/live-f1/live-f1-libevent
cd live-f1-libevent
# Install dependancies
brew install autoconf automake pkg-config gettext libevent
# We need to specify gettext, apparently autopoint is missing on Lion and above
PATH="$PATH:`brew --prefix gettext`/bin/"
# autoconf and install!
autoreconf -i
./configure
make
make install
@daz
Copy link
Author

daz commented Apr 18, 2013

Homebrew recipe: https://gist.github.com/daz/5411271

brew install https://gist.github.com/daz/5411271/raw/8c4ef4633b71c83a874f2fad54fd0a6f3facc867/live-f1.rb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment