Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Duncan White
C-datadec
Commits
9f6e7644
Commit
9f6e7644
authored
Mar 19, 2002
by
dcw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial revision
parent
136fa173
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
0 deletions
+45
-0
INSTALL
INSTALL
+45
-0
No files found.
INSTALL
0 → 100644
View file @
9f6e7644
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..
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment