aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-02-04 20:36:26 +0000
committerdos-reis <gdr@axiomatics.org>2008-02-04 20:36:26 +0000
commit06e82157a75ebb6f14dae6a76a9e3a2b883b2c7a (patch)
treec79452fecef5ec40dfe2e08f7afe31ed4afc129c /INSTALL
parent5c406a26ee4ac3cce337e65d0e504f6410c319b4 (diff)
downloadopen-axiom-06e82157a75ebb6f14dae6a76a9e3a2b883b2c7a.tar.gz
Update version numbering
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 6 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index 5df01030..62834e43 100644
--- a/INSTALL
+++ b/INSTALL
@@ -45,15 +45,15 @@ If you already have GCL and noweb installed, please go to step 2.
That should decompress the dependency tarball in a directory
-named open-axiom-1.0.x. Rename it to open-axiom-1.1.0, e.g.:
+named open-axiom-1.0.x. Rename it to open-axiom-1.2.0, e.g.:
- mv open-axiom-1.0.x open-axiom-1.1.0
+ mv open-axiom-1.0.x open-axiom-1.2.0
2. Building OpenAxiom
------------------
It is assumed you have already downloaded open-axiom source tarball,
-e.g. open-axiom-1.1.0.tar.bz2.
+e.g. open-axiom-1.2.0.tar.bz2.
Note: If you don't have GCL or noweb in the build environment, please
make sure that you have either followed the instructions in step 1.,
@@ -61,7 +61,7 @@ or have separately installed them before proceeding.
2.a. Decompress the OpenAxiom source tarball
- tar jfxv open-axiom-1.1.0.tar.bz2
+ tar jfxv open-axiom-1.2.0.tar.bz2
2.b. Configure OpenAxiom
@@ -72,7 +72,7 @@ system from there:
mkdir build-oa
cd build-oa
- ../open-axiom-1.1.0/configure
+ ../open-axiom-1.2.0/configure
It is possible to tell configure where to put the final OpenAxiom
executables. By default, when you just type in configure like above,
@@ -80,7 +80,7 @@ it will configure the system with prefix /usr/local. You can instead
say where you want it to be installed, let's say /banana/space. You
would then have typed
- ../open-axiom-1.1.0/configure --prefix=/banana/space
+ ../open-axiom-1.2.0/configure --prefix=/banana/space
This is recommended, especially if you already have a different software,
not OpenAxiom, the executable filename of which is also called `axiom'.