Frameworks v0.3.3

Requirements

video4linux compatible camera (http://bytesex.org/v4l)
video4linux compatible kernel (probably 2.2.x and above will work fine)
videodev.h (from linux kernel)
GTK+ 2.0.x      http://www.gtk.org
  (gtk+, gdk, glib development files, needs glib with threads)
libglade        http://www.daa.com.au/~james/software/libglade/
  (and the development files)

If your webcam works, and you have all the necessary software, running

./configure && make && make install

should do the trick.  Then run "frameworks" and hope it doesn't
segfault (it shouldn't ever, except possibly upon exit).

The default prefix is /usr/local.  Do

./configure --prefix=/something/else

if you wish to change it.  You can run it without installing it, but
your current directory *must* be the directory with the
'frameworks.glade' interface file (i.e. the src/ directory).  If it
isn't, frameworks either won't be able to find it, or it may find one
from a previously installed version and may not work properly.

Note: frameworks uses autoconf which is designed to make it easy to
write portable code.  Frameworks does not take advantage of this
however, and is probably not portable with respect to a few system
calls.  I don't find this terribly important because frameworks needs
video4linux which is currently only available on Linux.
