summaryrefslogtreecommitdiff
path: root/contrib/splicex/README
diff options
context:
space:
mode:
authord3v11 <d3v11@d3v11.ano>2011-10-29 10:17:30 -0400
committerd3v11 <d3v11@d3v11.ano>2011-10-29 10:17:30 -0400
commit81aab712cfe805dc00010cb2ff5761787d0a4050 (patch)
tree61b67ad7fd6bd307c63653082c7ab34e9b27f09d /contrib/splicex/README
parente04f0562d401b1d44c49f8a03e73cd8fdd27c0d4 (diff)
downloadresdb-81aab712cfe805dc00010cb2ff5761787d0a4050.tar.gz
resdb-81aab712cfe805dc00010cb2ff5761787d0a4050.zip
SpliceX update: pyinstall added
Diffstat (limited to 'contrib/splicex/README')
-rw-r--r--contrib/splicex/README70
1 files changed, 54 insertions, 16 deletions
diff --git a/contrib/splicex/README b/contrib/splicex/README
index 66dc9a7..2a44677 100644
--- a/contrib/splicex/README
+++ b/contrib/splicex/README
@@ -21,33 +21,71 @@ AUTHOR:
d3v11 <d3v11@d3v11.ano>
-DEPENDS ON:
- python (>=2.6), python-dev(>=2.6), cython (>=0.12.1),
- gcc (>=4.4.3), bash (>=4.1.5), man (>=2.5.7)
(UN)INSTALL:
- SOURCE:
+ You may optionally install splicex with cython. Doing so takes
+ longer to install because of compile times but splicex will
+ also be 20% to 35% faster, depending on your system. I recommend
+ this option if you intend on putting splicex to long-term use.
+ If your goal is simply to test, try, and/or debug splicex then
+ using the pythonic install will be more practical.
- ./configure <python[version]>
- make compile
- make install
+ DEPENDS ON:
- DEBIAN/UBUNTU:
+ python (>=2.6), python-dev(>=2.6), cython (>=0.12.1),
+ gcc (>=4.4.3), bash (>=4.1.5), man (>=2.5.7)
- ./configure <python[version]>
- make compile
- make install-deb
+ SOURCE:
- UNINSTALL:
+ ./configure <python[version]>
+ make compile
+ make install
+
+ DEBIAN/UBUNTU:
+
+ ./configure <python[version]>
+ make compile
+ make install-deb
+
+ UNINSTALL:
- source:
- make uninstall
+ SOURCE:
+ make uninstall
+
+ DEBIAN/UBUNTU:
+ apt-get remove splicex
+
+PYTHONIC (UN)INSTALL:
+
+ You make optionally install splicex as pure python.
+ Install times are quick but splicex will be 20% to 35%
+ slower than compiling an executable binary with the
+ cython + gcc option above. I recommend using this option
+ if you simply want to test, try, and/or debug splicex.
+
+ DEPENDS ON:
- debian/ubuntu:
- apt-get remove splicex
+ python (>=2.6), bash (>=4.1.5), man (>=2.5.7)
+
+ SOURCE:
+
+ ./configure <python[version]> --no-compile
+ make pyinstall
+
+ DEBIAN/UBUNTU:
+
+ ./configure <python[version]> --no-compile
+ make pyinstall-deb
+
+ UNINSTALL:
+
+ SOURCE:
+ make uninstall
+ DEBIAN/UBUNTU:
+ apt-get remove splicex
TOOLS: