diff options
author | Julian Seward <jseward@acm.org> | 2006-12-20 22:13:13 +0100 |
---|---|---|
committer | Julian Seward <jseward@acm.org> | 2006-12-20 22:13:13 +0100 |
commit | f10a33538e9bab6deb61779b3d8aae168824ef48 (patch) | |
tree | ecd1c2ed553ced58a090e0d8b7b7a20bb7c95c80 /words3 | |
parent | 4d540bfc95a4b0eefc1d1f388ec33534aaeb3a2f (diff) | |
download | bzip2-f10a33538e9bab6deb61779b3d8aae168824ef48.tar.gz bzip2-f10a33538e9bab6deb61779b3d8aae168824ef48.tar.bz2 bzip2-f10a33538e9bab6deb61779b3d8aae168824ef48.zip |
bzip2-1.0.4bzip2-1.0.4
Diffstat (limited to 'words3')
-rw-r--r-- | words3 | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -1,22 +1,29 @@ | |||
1 | 1 | ||
2 | If you got this far and the "cmp"s didn't complain, it looks | 2 | If you got this far and the 'cmp's didn't complain, it looks |
3 | like you're in business. | 3 | like you're in business. |
4 | 4 | ||
5 | To install in /usr/bin, /usr/lib, /usr/man and /usr/include, type | 5 | To 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 | |||
7 | To install somewhere else, eg, /xxx/yyy/{bin,lib,man,include}, type | 10 | To 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 | |||
9 | If you are (justifiably) paranoid and want to see what 'make install' | 14 | If you are (justifiably) paranoid and want to see what 'make install' |
10 | is going to do, you can first do | 15 | is 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 | |||
13 | The -n instructs make to show the commands it would execute, but | 20 | The -n instructs make to show the commands it would execute, but |
14 | not actually execute them. | 21 | not actually execute them. |
15 | 22 | ||
16 | Instructions for use are in the preformatted manual page, in the file | 23 | Instructions for use are in the preformatted manual page, in the file |
17 | bzip2.txt. For more detailed documentation, read the full manual. | 24 | bzip2.txt. For more detailed documentation, read the full manual. |
18 | It is available in Postscript form (manual.ps), PDF form (manual.pdf), | 25 | It is available in Postscript form (manual.ps), PDF form (manual.pdf), |
19 | and HTML form (manual_toc.html). | 26 | and HTML form (manual.html). |
20 | 27 | ||
21 | You can also do "bzip2 --help" to see some helpful information. | 28 | You can also do "bzip2 --help" to see some helpful information. |
22 | "bzip2 -L" displays the software license. | 29 | "bzip2 -L" displays the software license. |