*** dependencies ***

slowget depends on the following libraries:
	lx_lib (custom string library)
	get_opts (custom option parsing library)

Both must have been extracted from the previous directory.


*** compilation ***

On BSD-based systems, just type 'make'.

On SYSV-based systems, the linker flags will need adjusting, to include
relevant libraries.  For example, on solaris, the following command line
will effectively compile slowget:

	env D_LDFLAGS="-lrt -lnsl -lsocket -lresolv" make

