NetBSD/dist/bzip2/words3

31 lines
945 B
Plaintext
Raw Normal View History

2001-06-03 17:03:00 +04:00
2008-03-18 17:41:44 +03:00
If you got this far and the 'cmp's didn't complain, it looks
2001-06-03 17:03:00 +04:00
like you're in business.
2008-03-18 17:41:44 +03:00
To install in /usr/local/bin, /usr/local/lib, /usr/local/man and
/usr/local/include, type
2001-06-03 17:03:00 +04:00
make install
2008-03-18 17:41:44 +03:00
2001-06-03 17:03:00 +04:00
To install somewhere else, eg, /xxx/yyy/{bin,lib,man,include}, type
2008-03-18 17:41:44 +03:00
2001-06-03 17:03:00 +04:00
make install PREFIX=/xxx/yyy
2008-03-18 17:41:44 +03:00
2001-06-03 17:03:00 +04:00
If you are (justifiably) paranoid and want to see what 'make install'
is going to do, you can first do
2008-03-18 17:41:44 +03:00
2001-06-03 17:03:00 +04:00
make -n install or
make -n install PREFIX=/xxx/yyy respectively.
2008-03-18 17:41:44 +03:00
2001-06-03 17:03:00 +04: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.
2002-03-15 04:35:17 +03:00
It is available in Postscript form (manual.ps), PDF form (manual.pdf),
2008-03-18 17:41:44 +03:00
and HTML form (manual.html).
2001-06-03 17:03:00 +04:00
You can also do "bzip2 --help" to see some helpful information.
"bzip2 -L" displays the software license.