Commit bf736bd7 authored by Ralf Schmitt's avatar Ralf Schmitt

setup.py: document the 'static link logic'

parent e708a95c
......@@ -8,7 +8,11 @@ non-standard location, use the options to point to the right dirs:
-IPATH add include PATH
-LPATH add library PATH
--libevent PATH use libevent from PATH (implies -IPATH -IPATH/include -LPATH/.libs)
--libevent PATH use libevent from PATH
If configure and make have been run in PATH, this implies
-IPATH -IPATH/include -LPATH/.libs
Otherwise setup.py will run configure and make and link
statically with libevent.
"""
import sys
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment