ripperX - a graphical interface to rip cd audio (wav) and encode audio files
(mp2, mp3, ogg, flac, musepack and opus).

The installation procedure is:
	1. ./configure
	2. make
	3. su -c "make install"

For development and debug purposes you should run:
    1. make clean && ./configure --enable-debug=yes
	2. make
	   or to speed up the build:
	   make -j $(($(nproc)-1))
	3. src/ripperX

In debug mode, the plugins will be loaded from your code tree (./plugins/)
instead of the ripperX installation.

If you can't be root, use '--prefix=' option when running configure.

To build ripperX, you need GTK2 >= 2.6, Glib >= 2.6, and gettext >= 0.15.
You will also need id3lib (http://id3lib.sourceforge.net/)

If you have autoconf >= 2.60 and recent versions of automake and libtool,
you can re-libtoolize the build environment by using autogen.sh, which
will run configure for you.

You will need cdparanoia to rip digital audio from your CD-ROM. You can
get the latest version at http://www.xiph.org/paranoia/index.html
(Hint: Use the -d option to spec your cdrom drive.)

You will also need one of the supported OGG, FLAC, MP3, MP2, Musepack
and/or Opus encoders.

Well, that's all. Have fun.
