$ mkdir bonnie $ cd bonnie $ tar xvfz bonnie.tar.gz $ make Options are "make bsd" and "make SysV" - the default is "bsd". If you get messages about missing functions, try "make SysV." (snip) |
$ su # install -m 700 Bonnie /usr/local/bin # install -m 644 bonnie.1 /usr/local/man/man1 # exit |