diff --git a/INSTALL b/INSTALL index 3b2da1f6510bb46a41f4b3fc1b41e8375ac06fd9..f1d76e63f2c7dcfe644bdee971b4964da8718373 100644 --- a/INSTALL +++ b/INSTALL @@ -1,11 +1,11 @@ Building on Solaris or Other Unices ----------------------------------- -1. Extract the datadec-1.0.tgz file, creating a datadec-1.0 directory +1. Extract the datadec-1.1.tgz file, creating a datadec-1.0 directory 2. Compile datadec: - cd datadec-1.0 + cd datadec-1.1 make 3. EITHER @@ -24,13 +24,13 @@ b. or, package datadec up and install it via adding the package: pkgadd -d datadec-1.0-1-sol8-sparc-dcw all -Building and Packaging Datadec on Linux ---------------------------------------- +Building and Packaging Datadec on RPM-based Linux +------------------------------------------------- Either download http://csgsoft.doc.ic.ac.uk/datadec/datadec-1.0-1.i386.rpm and install it (rpm -i) from there, or do a source build: -1. Download the datadec-1.0.tgz file and save it in your RPM SOURCES directory. +1. Download the datadec-1.1.tgz file and save it in your RPM SOURCES directory. 2. Download the package spec file datadec.spec: @@ -38,5 +38,5 @@ and install it (rpm -i) from there, or do a source build: rpm -bb datadec.spec -4. Now you can install the datadec-1.0-1.is386.rpm that you just built, +4. Now you can install the datadec-1.1-1.is386.rpm that you just built, using rpm -i..