diff contrib/splicex/README @ 697:a554ba2c1e81 draft

SpliceX now compiles to true binary
author d3v11 <d3v11@d3v11.ano>
date Fri, 28 Oct 2011 19:08:24 -0400
parents 070666f04505
children dc8f88270f6a
line wrap: on
line diff
--- a/contrib/splicex/README	Mon Oct 24 17:25:51 2011 -0500
+++ b/contrib/splicex/README	Fri Oct 28 19:08:24 2011 -0400
@@ -18,46 +18,56 @@
        for more details. http://www.gnu.org/licenses/
 
 AUTHOR:
-  d3v11 <d3v11@d3v11.ano>
+
+	d3v11 <d3v11@d3v11.ano>
 
 DEPENDS ON:
-  python (>=2.6), man
+
+	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:
 
-INSTALL AND UNINSTALL:
-  To install, `cd' to the extracted splicex folder.
-  Issue the following commands as root:
+	SOURCE:
 
-  make install
+		./configure <python[version]>
+		make compile
+		make install
 
-  To uninstall splicex, as root do:
+	DEBIAN/UBUNTU:
 
-  make uninstall
+		./configure <python[version]>
+		make compile
+		make install-deb
 
-  To compile/install a .deb package, as root do:
+	UNINSTALL:
+	
+		source:
+		 make uninstall
 
-  make install-deb
+		debian/ubuntu:
+		 apt-get remove splicex
+
 
 TOOLS:
-  SpliceX includes brute forcing tools. Each tool will
-  include a README file in its respected folder(s):
 
-  ls TOOLS/*
+	SpliceX includes brute forcing tools. Each tool will
+	include a README file in its respected folder(s):
+
+	ls tools/*
 
 UPDATE:
-  d3v11's AnoNet(2) update for splicex - Not as root, do:
+
+	d3v11's AnoNet(2) update for splicex:
  
-  make update
+	make update
 
 HELP AND USAGE:
-  To obtain additional information on how to use splicex
-  enter either of the following commands after installation:
-
-  # For simple help display use:
 
-  splicex --help
+	To obtain additional information on how to use splicex
+	enter either of the following commands after installation:
 
-  # For the detailed manual use:
-
-  splicex --rtfm
+	splicex --help
+	splicex --rtfm