Compiling

Before building rblcheck, edit the file sites.h for the listings you wish to check against (to un-comment a listing, remove the /* and */ around the SITE(...) line).

To compile rblcheck, just run ./configure in the main directory, followed by make when the first command is complete.

To make sure that what you now have works correctly, run make check; make sure that you have an Internet connection handy when you do, or a large number of the tests will produce (non-fatal) failures.

When you are done, you can type make install to install the software (by default, everything will be installed in /usr/local.

For more details on how the configure command works, please see the file INSTALL in the main directory, which has a complete breakdown of all of your options.