If you want email notification of violations, then edit src/Makefile so that
-DNOTIFY_WITH_EMAIL is part of CCFLAGS.  See the man page (doc/libsafe.8,
Section "Using libsafe") to see how to set up the recipients file for email
notification.

To build the library:
	make		(This will make both libsafe.so as well as some sample
			 exploits)
	make install	(make install must be done as root)

The makefile will only copy the library and man page to the appropriate
directories.  To activate libsafe, either on a per-process basis or on a
system-wide basis, see the man page (doc/libsafe.8, Section "Installing
libsafe").

See http://www.bell-labs.com/org/11356/libsafe.html for more info.  Send
comments and bug reports to libsafe@research.bell-labs.com.
