aboutsummaryrefslogtreecommitdiff
path: root/words3
diff options
context:
space:
mode:
Diffstat (limited to 'words3')
-rw-r--r--words321
1 files changed, 12 insertions, 9 deletions
diff --git a/words3 b/words3
index 10bb2e9..8486a84 100644
--- a/words3
+++ b/words3
@@ -1,12 +1,17 @@
1 1
2If you got this far and the "cmp"s didn't find anything amiss, looks 2If you got this far and the "cmp"s didn't complain, it looks
3like you're in business. You should install bzip2, bunzip2 and bzcat: 3like you're in business.
4 4
5 Copy bzip2 and bzip2recover to a public place, maybe /usr/bin. 5To install in /usr/bin, /usr/lib, /usr/man and /usr/include, type
6 In that public place, make bunzip2 and bzcat be 6 make install
7 symbolic links to the bzip2 you just copied there. 7To install somewhere else, eg, /xxx/yyy/{bin,lib,man,include}, type
8 Put the manual page, bzip2.1, somewhere appropriate; 8 make install PREFIX=/xxx/yyy
9 perhaps in /usr/man/man1. 9If you are (justifiably) paranoid and want to see what 'make install'
10is going to do, you can first do
11 make -n install or
12 make -n install PREFIX=/xxx/yyy respectively.
13The -n instructs make to show the commands it would execute, but
14not actually execute them.
10 15
11Instructions for use are in the preformatted manual page, in the file 16Instructions for use are in the preformatted manual page, in the file
12bzip2.txt. For more detailed documentation, read the full manual. 17bzip2.txt. For more detailed documentation, read the full manual.
@@ -16,5 +21,3 @@ It is available in Postscript form (manual.ps) and HTML form
16You can also do "bzip2 --help" to see some helpful information. 21You can also do "bzip2 --help" to see some helpful information.
17"bzip2 -L" displays the software license. 22"bzip2 -L" displays the software license.
18 23
19Happy compressing. -- JRS, 30 August 1998.
20