1The installation procedure is
2	1. ./configure
3	2. make
4	3. su -c "make install"
5
6If you can't be root, use '--prefix=' option when running configure.
7
8To build ripperX, you need GTK2 >= 2.6, Glib >= 2.6, and gettext >= 0.15.
9You will also need id3lib (http://id3lib.sourceforge.net/)
10
11If you have autoconf >= 2.60 and recent versions of automake and libtool,
12you can re-libtoolize the build environment by using autogen.sh, which
13will run configure for you.
14
15You will need cdparanoia to rip digital audio from your CD-ROM. You can
16get the latest version at http://www.xiph.org/paranoia/index.html
17(Hint: Use the -d option to spec your cdrom drive.)
18
19You will also need one of the supported OGG, FLAC, or MP3 encoders.
20
21Well, that's all. Have fun.
22
23-------------------------------------------------------------------------
24ripperX - a graphical interface to rip cd audio and encode mp3 files.
25written by TeJun, Huh, Scott Sams and Jos Dehaes
26
27jos.dehaes@bigfoot.com
28sbsams@eos.ncsu.edu
29wineking@adam.kaist.ac.kr
30
31Version 2.6 by:
32Tony Mancill <tony@mancill.com>
33Dave Cinege <dcinege@psychosis.com>
34
35Version 2.7 by:
36Tony Mancill <tmancill@users.sourceforge.net>
37Paul Mangan <twb@users.sourceforge.net>
38and patches contributed by Paul Fox and <d_k@linuxmail.org>
39
40