comparison contrib/splicex/README @ 705:dc8f88270f6a draft

SpliceX update: pyinstall added
author d3v11 <d3v11@d3v11.ano>
date Sat, 29 Oct 2011 10:17:30 -0400
parents a554ba2c1e81
children de6fd9fc14e5
comparison
equal deleted inserted replaced
703:db9ea3bb0e3a 705:dc8f88270f6a
19 19
20 AUTHOR: 20 AUTHOR:
21 21
22 d3v11 <d3v11@d3v11.ano> 22 d3v11 <d3v11@d3v11.ano>
23 23
24 DEPENDS ON:
25 24
26 python (>=2.6), python-dev(>=2.6), cython (>=0.12.1),
27 gcc (>=4.4.3), bash (>=4.1.5), man (>=2.5.7)
28 25
29 (UN)INSTALL: 26 (UN)INSTALL:
30 27
31 SOURCE: 28 You may optionally install splicex with cython. Doing so takes
29 longer to install because of compile times but splicex will
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.
32 If your goal is simply to test, try, and/or debug splicex then
33 using the pythonic install will be more practical.
32 34
33 ./configure <python[version]> 35 DEPENDS ON:
34 make compile
35 make install
36 36
37 DEBIAN/UBUNTU: 37 python (>=2.6), python-dev(>=2.6), cython (>=0.12.1),
38 gcc (>=4.4.3), bash (>=4.1.5), man (>=2.5.7)
38 39
39 ./configure <python[version]> 40 SOURCE:
40 make compile
41 make install-deb
42 41
43 UNINSTALL: 42 ./configure <python[version]>
43 make compile
44 make install
45
46 DEBIAN/UBUNTU:
47
48 ./configure <python[version]>
49 make compile
50 make install-deb
51
52 UNINSTALL:
44 53
45 source: 54 SOURCE:
46 make uninstall 55 make uninstall
47 56
48 debian/ubuntu: 57 DEBIAN/UBUNTU:
49 apt-get remove splicex 58 apt-get remove splicex
50 59
60 PYTHONIC (UN)INSTALL:
61
62 You make optionally install splicex as pure python.
63 Install times are quick but splicex will be 20% to 35%
64 slower than compiling an executable binary with the
65 cython + gcc option above. I recommend using this option
66 if you simply want to test, try, and/or debug splicex.
67
68 DEPENDS ON:
69
70 python (>=2.6), bash (>=4.1.5), man (>=2.5.7)
71
72 SOURCE:
73
74 ./configure <python[version]> --no-compile
75 make pyinstall
76
77 DEBIAN/UBUNTU:
78
79 ./configure <python[version]> --no-compile
80 make pyinstall-deb
81
82 UNINSTALL:
83
84 SOURCE:
85 make uninstall
86
87 DEBIAN/UBUNTU:
88 apt-get remove splicex
51 89
52 TOOLS: 90 TOOLS:
53 91
54 SpliceX includes brute forcing tools. Each tool will 92 SpliceX includes brute forcing tools. Each tool will
55 include a README file in its respected folder(s): 93 include a README file in its respected folder(s):