Marlin ------------------------------------------------------------------------
Marlin aims to be a fully featured and powerful sample editor for the GNOME2 
platform. At the moment, it does records, plays, loads, saves and displays 
samples.
-------------------------------------------------------------------------------

Marlin - Copyright (C) 2002 Iain Holmes
marlin.sf.net  ---  iain@prettypeople.org

Useful[1] directory layout guide:
/ - Root of the source tree.
  | docs    - Documentation.
  | marlin  - Contains the widgets and other things that could be shared in 
  |           libmarlin.so
  | pixmaps - Images
  | src     - Contains the actual application code.

[1] For varying degrees of useful.

Requirements:
GLib 2.0.0 or greater         - http://www.gtk.org
Gtk+ 2.0.0 or greater         - http://www.gtk.org
GStreamer 0.4.2 or greater    - http://www.gstreamer.net
Gstreamer plugins >= 0.4.2    - http://www.gstreamer.net
libuuid                       - http://e2fsprogs.sf.net

How to compile:
./configure
make
make install

Simple[2].

[2] For varying degrees of simple.
