comparison 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
comparison
equal deleted inserted replaced
705:dc8f88270f6a 706:de6fd9fc14e5
29 longer to install because of compile times but splicex will 29 longer to install because of compile times but splicex will
30 also be 20% to 35% faster, depending on your system. I recommend 30 also be 20% to 35% faster, depending on your system. I recommend
31 this option if you intend on putting splicex to long-term use. 31 this option if you intend on putting splicex to long-term use.
32 If your goal is simply to test, try, and/or debug splicex then 32 If your goal is simply to test, try, and/or debug splicex then
33 using the pythonic install will be more practical. 33 using the pythonic install will be more practical.
34
35 NOTES:
36
37 If you installed Python from source you can ignore
38 the python-dev dependency below. However, your source
39 install of Python must have the development files. IE:
40
41 tar xvf Python-*.tgz
42 cd Python-*
43 ./configure --with-pydebug
44 make install
45
46 This generates Python.h and structmember.h, which are
47 need for gcc to compile splicex.
34 48
35 DEPENDS ON: 49 DEPENDS ON:
36 50
37 python (>=2.6), python-dev(>=2.6), cython (>=0.12.1), 51 python (>=2.6), python-dev(>=2.6), cython (>=0.12.1),
38 gcc (>=4.4.3), bash (>=4.1.5), man (>=2.5.7) 52 gcc (>=4.4.3), bash (>=4.1.5), man (>=2.5.7)