Mercurial > hg > anonet-resdb
comparison contrib/splicex/README @ 736:ef7b729162fa draft
SpliceX README instructions updated.
author | d3v11 <d3v11@d3v11.ano> |
---|---|
date | Sun, 06 Nov 2011 00:40:03 -0400 |
parents | a26ee55f8c88 |
children | 5c86c4e82b4c |
comparison
equal
deleted
inserted
replaced
731:3e088515f092 | 736:ef7b729162fa |
---|---|
23 | 23 |
24 | 24 |
25 | 25 |
26 (UN)INSTALL: | 26 (UN)INSTALL: |
27 | 27 |
28 You may optionally install splicex with cython. Doing so takes | 28 You may optionally install SpliceX with cython. Doing so takes |
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 | 34 |
35 NOTES: | 35 NOTES: |
36 | 36 |
37 If you installed Python from source you can ignore | 37 If you installed Python from source you can ignore |
43 ./configure --with-pydebug | 43 ./configure --with-pydebug |
44 make install | 44 make install |
45 | 45 |
46 This generates Python.h and structmember.h, which are | 46 This generates Python.h and structmember.h, which are |
47 needed for gcc to compile splicex. | 47 needed for gcc to compile splicex. |
48 | |
49 "<python[version]>" as seen in the install instructions | |
50 should be typed the same way you would call a specific | |
51 Python interpreter with only the first two version | |
52 numbers. IE: | |
53 | |
54 python2.6, python2.7, python3.1, python3.2 | |
48 | 55 |
49 DEPENDS ON: | 56 DEPENDS ON: |
50 | 57 |
51 python (>=2.6), python-dev(>=2.6), cython (>=0.12.1), | 58 python (>=2.6), python-dev(>=2.6), cython (>=0.12.1), |
52 gcc (>=4.4.3), bash (>=4.1.5), man (>=2.5.7) | 59 gcc (>=4.4.3), bash (>=4.1.5), man (>=2.5.7) |
67 | 74 |
68 SOURCE: | 75 SOURCE: |
69 make uninstall | 76 make uninstall |
70 | 77 |
71 DEBIAN/UBUNTU: | 78 DEBIAN/UBUNTU: |
72 apt-get remove splicex | 79 |
80 dpkg --remove splicex | |
73 | 81 |
74 PYTHONIC (UN)INSTALL: | 82 PYTHONIC (UN)INSTALL: |
75 | 83 |
76 You make optionally install splicex as pure python. | 84 You make optionally install splicex as pure python. |
77 Install times are quick but splicex will be 20% to 35% | 85 Install times are quick but splicex will be 20% to 35% |
78 slower than compiling an executable binary with the | 86 slower than compiling an executable binary with the |
79 cython + gcc option above. I recommend using this option | 87 cython + gcc option above. I recommend using this option |
80 if you simply want to test, try, and/or debug splicex. | 88 if you simply want to test, try, and/or debug splicex. |
89 | |
90 NOTES: | |
91 | |
92 "<python[version]>" as seen in the install instructions | |
93 should be typed the same way you would call a specific | |
94 Python interpreter with only the first two version | |
95 numbers. For a Pythonic install "python" sans the version | |
96 will most likely work as well, and will set SpliceX to | |
97 use the default Python Interpreter. IE: | |
98 | |
99 python2.6, python2.7, python3.1, python3.2 | |
81 | 100 |
82 DEPENDS ON: | 101 DEPENDS ON: |
83 | 102 |
84 python (>=2.6), bash (>=4.1.5), man (>=2.5.7) | 103 python (>=2.6), bash (>=4.1.5), man (>=2.5.7) |
85 | 104 |
97 | 116 |
98 SOURCE: | 117 SOURCE: |
99 make uninstall | 118 make uninstall |
100 | 119 |
101 DEBIAN/UBUNTU: | 120 DEBIAN/UBUNTU: |
102 apt-get remove splicex | 121 |
122 dpkg --remove splicex | |
103 | 123 |
104 TOOLS: | 124 TOOLS: |
105 | 125 |
106 SpliceX includes brute forcing tools. Each tool will | 126 SpliceX includes brute forcing tools. Each tool will |
107 include a README file in its respected folder(s): | 127 include a README file in its respected folder(s): |
108 | 128 |
109 ls tools/* | 129 ls tools/* |
110 | 130 |
111 UPDATE: | 131 UPDATE: |
112 | 132 |
113 d3v11's AnoNet(2) update for splicex: | 133 d3v11's AnoNet(2) update for SpliceX: |
114 | 134 |
115 make update | 135 make update |
116 | 136 |
117 HELP AND USAGE: | 137 HELP AND USAGE: |
118 | 138 |
119 To obtain additional information on how to use splicex | 139 To obtain additional information on how to use SpliceX |
120 enter either of the following commands after installation: | 140 enter either of the following commands after installation: |
121 | 141 |
122 splicex --help | 142 splicex --help |
123 splicex --rtfm | 143 splicex --rtfm |
124 | 144 |