Skip to content
Snippets Groups Projects
Commit 9f6e7644 authored by dcw's avatar dcw
Browse files

Initial revision

parent 136fa173
No related branches found
No related tags found
No related merge requests found
INSTALL 0 → 100644
Building on Solaris or Other Unices
-----------------------------------
1. Extract the datadec-1,0.tgz file, creating a datadec-1.0 directory
2. Compile datadec:
cd datadec-1.0
make
3. EITHER
a. Install it (run this as root) into /usr/local/bin and /usr/man/man1:
make install
b. or, package datadec up and store in somewhere:
cd PKG/Solaris
make
then install the package (as root):
pkgadd -d datadec-1.0-1-sol8-sparc-dcw all
Building and Packaging Datadec on 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.
2. Extract the package SPEC file:
tar xzf datadec-1.0.tgz datadec-1.0/PKG/RPM
3. Enter the directory and build the package:
cd datadec-1.0/PKG/RPM
rpm -bb datadec.spec
4. Now you can install the datadec-1.0-1.is386.rpm that you just built,
using rpm -i..
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment