aboutsummaryrefslogtreecommitdiff
path: root/words3
diff options
context:
space:
mode:
authorJulian Seward <jseward@acm.org>2006-12-20 22:13:13 +0100
committerJulian Seward <jseward@acm.org>2006-12-20 22:13:13 +0100
commitf10a33538e9bab6deb61779b3d8aae168824ef48 (patch)
treeecd1c2ed553ced58a090e0d8b7b7a20bb7c95c80 /words3
parent4d540bfc95a4b0eefc1d1f388ec33534aaeb3a2f (diff)
downloadbzip2-f10a33538e9bab6deb61779b3d8aae168824ef48.tar.gz
bzip2-f10a33538e9bab6deb61779b3d8aae168824ef48.tar.bz2
bzip2-f10a33538e9bab6deb61779b3d8aae168824ef48.zip
bzip2-1.0.4bzip2-1.0.4
Diffstat (limited to 'words3')
-rw-r--r--words313
1 files changed, 10 insertions, 3 deletions
diff --git a/words3 b/words3
index 7a6b462..6972669 100644
--- a/words3
+++ b/words3
@@ -1,22 +1,29 @@
1 1
2If you got this far and the "cmp"s didn't complain, it looks 2If you got this far and the 'cmp's didn't complain, it looks
3like you're in business. 3like you're in business.
4 4
5To install in /usr/bin, /usr/lib, /usr/man and /usr/include, type 5To install in /usr/local/bin, /usr/local/lib, /usr/local/man and
6/usr/local/include, type
7
6 make install 8 make install
9
7To install somewhere else, eg, /xxx/yyy/{bin,lib,man,include}, type 10To install somewhere else, eg, /xxx/yyy/{bin,lib,man,include}, type
11
8 make install PREFIX=/xxx/yyy 12 make install PREFIX=/xxx/yyy
13
9If you are (justifiably) paranoid and want to see what 'make install' 14If you are (justifiably) paranoid and want to see what 'make install'
10is going to do, you can first do 15is going to do, you can first do
16
11 make -n install or 17 make -n install or
12 make -n install PREFIX=/xxx/yyy respectively. 18 make -n install PREFIX=/xxx/yyy respectively.
19
13The -n instructs make to show the commands it would execute, but 20The -n instructs make to show the commands it would execute, but
14not actually execute them. 21not actually execute them.
15 22
16Instructions for use are in the preformatted manual page, in the file 23Instructions for use are in the preformatted manual page, in the file
17bzip2.txt. For more detailed documentation, read the full manual. 24bzip2.txt. For more detailed documentation, read the full manual.
18It is available in Postscript form (manual.ps), PDF form (manual.pdf), 25It is available in Postscript form (manual.ps), PDF form (manual.pdf),
19and HTML form (manual_toc.html). 26and HTML form (manual.html).
20 27
21You can also do "bzip2 --help" to see some helpful information. 28You can also do "bzip2 --help" to see some helpful information.
22"bzip2 -L" displays the software license. 29"bzip2 -L" displays the software license.