Admin/E/README
author haftmann
Mon, 20 Jul 2009 08:32:07 +0200
changeset 32075 e8e0fb5da77a
parent 30881 2b9af1f237db
child 33869 0ec11efb9124
permissions -rw-r--r--
merged


This distribution of E 1.0-004 has been compiled according to the
README included in the official version from
http://www4.informatik.tu-muenchen.de/~schulz/WORK/eprover.html

  $ tar xvzf E.tgz
  $ cd E
  $ ./configure
  $ make

The resulting PROVER/eproof executable has been changed to be
relocatable:

  $ diff eproof-orig eproof
  1c1
  < #!/bin/bash -f
  ---
  > #!/usr/bin/env bash
  3c3,4
  < EXECPATH=/Users/schulz/SOURCES/Projects/E/PROVER
  ---
  > set -o noglob
  > EXECPATH="$(cd "$(dirname "$0")"; pwd)"

Now the main executables in PROVER/ are moved to the platform-specific
target directory (E/x86-linux etc.).


	Makarius
	07-Apr-2009