Admin/spass/README
changeset 36875 d7085f0ec087
parent 36874 8160596aeb65
parent 36869 f99ae7e27150
child 36876 1abc27d6c362
child 36884 88cf4896b980
--- a/Admin/spass/README	Wed May 12 15:31:43 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-
-This distribution of SPASS 3.0 has been compiled according to the
-INSTALL instructions of the official source download from
-http://www.spass-prover.org
-
-The following example is for x86-linux:
-
-  $ tar xvzf spass30.tgz
-  $ cd SPASS-3.0
-  $ ./configure --prefix="$HOME/tmp/spass" --exec-prefix="$HOME/tmp/spass/x86-linux"
-  $ make
-  $ make install
-
-
-The x86-darwin platform works the same; use "make distclean" before
-reconfiguration.
-
-Native x86_64 is avoided here, due to numerous compiler warnings about
-int/pointer casts of different size.  The x86 binaries are used
-instead.
-
-For x86-cygwin we have removed the "__inline__" configuration to
-workaround a problem with "___sgetc_r":
-
-diff configure-orig configure
-3522c3522
-<   CFLAGS="-O3 -D__inline__="
----
->   CFLAGS="-O3"
-
-
-        Makarius
-        30-Oct-2009