From bb40b6979126e67bb271dc06954fe55e078ff869 Mon Sep 17 00:00:00 2001 From: mtheall Date: Wed, 11 Sep 2013 19:24:18 +0000 Subject: [PATCH] add intltoolize as a prereq before running autogen.sh on Linux --- desmume/README.LIN | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/desmume/README.LIN b/desmume/README.LIN index b45a377cc..918135b1c 100644 --- a/desmume/README.LIN +++ b/desmume/README.LIN @@ -14,7 +14,7 @@ DeSmuME is written in C using the gtk+ and SDL libraries. So you need a working C compiler, such as gcc and -the above libraries runtime and development packages: +the following libraries runtime and development packages: * http://www.gtk.org @@ -48,7 +48,10 @@ done by typing "make uninstall". Move to the toplevel directory (the one that contains the configure.ac file). Type "./autogen.sh" to generate the configure/install scripts and needed Makefiles. Then you can follow the -same procedure as in 1.1 . +same procedure as in 1.1 . intltoolize is required for the +autogen stage: + + * http://freedesktop.org/wiki/Software/intltool/ 2 How to use DeSmuME__________________________________________