From: Sylvain Berfini Date: Fri, 23 Dec 2011 08:50:04 +0000 (+0100) Subject: Readme updated X-Git-Url: http://sjero.net/git/?p=linphone;a=commitdiff_plain;h=24d62eeeb9ac3458c0971515afef281eb9720ef6 Readme updated --- diff --git a/README.mingw b/README.mingw index 0c84e250..91fe0f9b 100644 --- a/README.mingw +++ b/README.mingw @@ -48,11 +48,8 @@ rm /include/stdint.h /include/inttypes.h #Remove libgcc specific libraries, only needed for MSVC: rm /lib/libgcc.a /lib/libmingw32.a /lib/libmingwex.a -#Remove libintl from gtk, we don't need it and it conflicts with the one supplied by mingw. -rm /lib/libintl.dll.a -rm /lib/libintl.la -rm /lib/libintl.a -rm /include/libintl.h +#To get the translations working, remove from C:/MinGW/lib : +libintl.a libintl.la libintl.dll.a * Download and install Inno Setup Compiler (required only if you run 'make setup.exe'). Add it to your windows Path environment variable.