diff contrib/splicex/README @ 706:de6fd9fc14e5 draft

SpliceX patched compiler for /path/to/Python.h and /path/to/structmember.h
author d3v11 <d3v11@d3v11.ano>
date Sat, 29 Oct 2011 11:37:41 -0400
parents dc8f88270f6a
children 67aa934958cf
line wrap: on
line diff
--- a/contrib/splicex/README	Sat Oct 29 10:17:30 2011 -0400
+++ b/contrib/splicex/README	Sat Oct 29 11:37:41 2011 -0400
@@ -32,6 +32,20 @@
 	If your goal is simply to test, try, and/or debug splicex then
 	using the pythonic install will be more practical.
 
+	NOTES:
+
+		If you installed Python from source you can ignore
+		the python-dev dependency below. However, your source
+		install of Python must have the development files. IE:
+
+		tar xvf Python-*.tgz
+		cd Python-*
+		./configure --with-pydebug
+		make install
+
+		This generates Python.h and structmember.h, which are
+		need for gcc to compile splicex.
+
 	DEPENDS ON:
 
 		python (>=2.6), python-dev(>=2.6), cython (>=0.12.1),