minix/dist/bzip2/words3

31 lines
945 B
Plaintext
Raw Normal View History

2005-08-02 10:57:26 +02:00
2011-08-17 21:48:49 +02:00
If you got this far and the 'cmp's didn't complain, it looks
2005-08-02 10:57:26 +02:00
like you're in business.
2011-08-17 21:48:49 +02:00
To install in /usr/local/bin, /usr/local/lib, /usr/local/man and
/usr/local/include, type
2005-08-02 10:57:26 +02:00
make install
2011-08-17 21:48:49 +02:00
2005-08-02 10:57:26 +02:00
To install somewhere else, eg, /xxx/yyy/{bin,lib,man,include}, type
2011-08-17 21:48:49 +02:00
2005-08-02 10:57:26 +02:00
make install PREFIX=/xxx/yyy
2011-08-17 21:48:49 +02:00
2005-08-02 10:57:26 +02:00
If you are (justifiably) paranoid and want to see what 'make install'
is going to do, you can first do
2011-08-17 21:48:49 +02:00
2005-08-02 10:57:26 +02:00
make -n install or
make -n install PREFIX=/xxx/yyy respectively.
2011-08-17 21:48:49 +02:00
2005-08-02 10:57:26 +02:00
The -n instructs make to show the commands it would execute, but
not actually execute them.
Instructions for use are in the preformatted manual page, in the file
bzip2.txt. For more detailed documentation, read the full manual.
It is available in Postscript form (manual.ps), PDF form (manual.pdf),
2011-08-17 21:48:49 +02:00
and HTML form (manual.html).
2005-08-02 10:57:26 +02:00
You can also do "bzip2 --help" to see some helpful information.
"bzip2 -L" displays the software license.