bunzip2/words3

17 lines
652 B
Plaintext
Raw Permalink Normal View History

2015-10-10 18:28:49 +00:00
If you got this far and the "cmp"s didn't complain, it looks
2015-10-10 19:36:21 +00:00
like you're in business.
2015-10-10 18:28:49 +00:00
2015-10-10 19:36:21 +00:00
To install in /usr/local/bin and /usr/local/man, type
dmake justinstall
To install somewhere else, eg, /xxx/yyy/{bin,man}, type
dmake justinstall PREFIX=/xxx/yyy
If you are (justifiably) paranoid and want to see what
'dmake install' is going to do, type
dmake -n justinstall or
dmake -n justinstall PREFIX=/xxx/yyy repsectively.
The -n instructs make to show the commands it would
execute, but not actually execute them.
2015-10-10 18:28:49 +00:00
2015-10-10 19:36:21 +00:00
You can do "bunzip2 --help" to see some helpful information.
"bunzip2 -L" displays the software license.