This is the INSTALL file for libclass_loader.

Installation steps:

        ./configure
        make
        make install

Run ./configure --help to get a list of options.

There is a test app, which an be run after building the tree:

        cd lib/cl
        make test

to demonstrate a failed DLL lookup, try:

        cd lib/cl
        make faildll

The source for the demo is in lite.cpp




