                           Installing sclj
                          =================

You need a BSD-compatible "install" program. Linux and *BSD users
should have this already. If it isn't in /usr/bin/install, you'll need
to edit the Makefile appropriately, or include
"BSDINSTALL=/path/to/bsd/install" in the make command.

As zop pointed out to me, you also need GNU make. This would be a lot
less painful if the two make's didn't use different "include"
syntaxes.

From scratch:
	# make install
	# make BSDINSTALL=/usr/bin/ginstall install

With Linux-style ownership (default is root:wheel):
	# make GROUP=root install

In some random location (/usr/local is default):
	# make PREFIX=/random/location install

With gzip'ed man page:
	# make gzman

The symmetrical uninstallation procedures:
	# make uninstall
	# make PREFIX=/random/location uninstall

After installation, the man page gives a brief discussion of what can
be expected for running sclj the first time. You're expected to have
used LiveJournal before, and understand the basic concepts involved.

NOTE: As of 3.0, the *-no-link targets have been removed. You are
expected to move old versions out of the way first if you want to keep
them.

