File: INSTALL

package info (click to toggle)
graveman 0.3.10-2-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,088 kB
  • ctags: 811
  • sloc: ansic: 9,466; sh: 6,096; makefile: 98
file content (58 lines) | stat: -rw-r--r-- 2,377 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
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
  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