aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Dominic Evans <oldmanuk@gmail.com>2010-11-03 16:53:15 +0000
committerGravatar Dominic Evans <oldmanuk@gmail.com>2010-11-03 16:53:15 +0000
commitcddc6f279a153006b382db0dee1c4115b16335d7 (patch)
tree27712c1fe0f6cf0e44d13a4beb1ab9990e3c18b5 /INSTALL
parent22e7b7e34848137be1d634f97932b838e213e00d (diff)
Fix configure.in to properly detect libmp4v2 library and update autogen input files to remove warnings when running autogen.sh
Diffstat (limited to 'INSTALL')
-rwxr-xr-xINSTALL14
1 files changed, 7 insertions, 7 deletions
diff --git a/INSTALL b/INSTALL
index 5e7ae07..fe1ed48 100755
--- a/INSTALL
+++ b/INSTALL
@@ -12,18 +12,18 @@ Last update: 2007/05/07
- glib version highter than 2.8.0 (http://www.gtk.org) (Recommended: gtk+-2.8.4)
- GTK version highter than 2.4.1 (http://www.gtk.org) (Recommended: gtk+-2.4.14)
- id3lib version highter than 3.7.12 (http://id3lib.sourceforge.net) (Recommended: id3lib-3.8.3)
- - libogg and libvorbis (http://www.vorbis.com) (if not desactivated by './configure --disable-ogg')
- - flac (http://flac.sourceforge.net) (if not desactivated by './configure --disable-flac')
- - libmp4v2 (http://resare.com/libmp4v2/) (if not desactivated by './configure --disable-mp4') (Recommended: libmp4v2-1.5.0.1)
- - wavpack (http://www.wavpack.com/) (if not desactivated by './configure --disable-wavpack')
+ - libogg and libvorbis (http://www.vorbis.com) (if not deactivated by './configure --disable-ogg')
+ - flac (http://flac.sourceforge.net) (if not deactivated by './configure --disable-flac')
+ - libmp4v2 (http://mp4v2.googlecode.com/) (if not deactivated by './configure --disable-mp4') (Recommended: libmp4v2-1.9.0)
+ - wavpack (http://www.wavpack.com/) (if not deactivated by './configure --disable-wavpack')
- libc 6 (glibc 2.1) or better
- - gettext (if not desactivated by './configure --disable-nls')
+ - gettext (if not deactivated by './configure --disable-nls')
2. Compilation Instructions :
=============================
- 2.1. Before to compile EasyTAG you need to install some librairies.
+ 2.1. Before to compile EasyTAG you need to install some libraries.
2.1.1. To install id3lib :
- recompile sources of id3lib (id3lib-3.x.x.tar.gz) (Recommended),
@@ -116,7 +116,7 @@ If you prefer manipulate a RPM, you can build it with the following commands:
-5. Addind a new translation file to EasyTAG :
+5. Adding a new translation file to EasyTAG :
=============================================
All catalogs are placed into po/ directory and are named as the following: fr.po for
France, de.po for Germany, and so on.