Skip to content

Instantly share code, notes, and snippets.

@munhitsu
Created October 10, 2011 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save munhitsu/1276768 to your computer and use it in GitHub Desktop.
Save munhitsu/1276768 to your computer and use it in GitHub Desktop.
buildout.cfg for gevent & libevent
[buildout]
extensions = buildout.dumppickedversions
parts =
libevent
gevent
[gevent]
recipe = zc.recipe.egg:custom
include-dirs = ${libevent:location}/include
library-dirs = ${libevent:location}/lib
[libevent]
recipe = zc.recipe.cmmi
url = http://sourceforge.net/projects/levent/files/libevent/libevent-2.0/libevent-2.0.14-stable.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment