INSTALL INSTRUCTION
-------------------

graveman! is free software; you can redistribute it and/or modify it under the terms of the
GNU General Public License as published by the Free Software Foundation; either version 2, or
(at your option) any later version.

graveman! is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License along with program; see the
file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place -
Suite 330, Boston, MA 02111-1307, USA. 

Copyright (C) 2004, 2005 Sylvain Cresto <scresto@gmail.com>

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.



Dependencies
============
  gtk+ version >= 2.4.0      http://www.gtk.org
  glib version >= 2.4.0      http://www.gtk.org
  libglade version >= 2.4.0  http://ftp.gnome.org/pub/GNOME/sources/libglade/2.4/
  libid3tag version >= 0.15  http://sourceforge.net/project/showfiles.php?group_id=12349
  libmad version >= 0.15     http://sourceforge.net/project/showfiles.php?group_id=12349
  libogg version >= 1.0      http://www.vorbis.com
  libvorbis version >= 1.0   http://www.vorbis.com
  libFLAC >= 1.1.0           http://flac.sourceforge.net
  libmng >= 1.0.0            http://libmng.sourceforge.net/
  cdrecord version >= 2.0    ftp://ftp.berlios.de/pub/cdrecord/
  readcd version >= 2.0      ftp://ftp.berlios.de/pub/cdrecord/ 
  mkisofs version >= 2.0     ftp://ftp.berlios.de/pub/cdrecord/ 
  dvd+rw-format >= 4.8       http://fy.chalmers.se/~appro/linux/DVD+RW/tools/
  growisofs >= 5.10          http://fy.chalmers.se/~appro/linux/DVD+RW/tools/ 
  cdrdao >= 1.1.9            http://sourceforge.net/projects/cdrdao/
  sox >= 12.17.0             http://sox.sourceforge.net
  zlib >= 1.1.4              http://www.gzip.org/zlib


Basic Installation
==================
  First, make sure you have compiled and installed the dependencies.
  Most recents Linux distributions will include them, except maybe
  for libid3tag.

  Type:
  ./configure
  make
  make install (may require root privileges)

  After all type: graveman


  Please report any problems to scresto _at_ gmail.com
