From 24d62eeeb9ac3458c0971515afef281eb9720ef6 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Fri, 23 Dec 2011 09:50:04 +0100 Subject: [PATCH] Readme updated --- README.mingw | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.mingw b/README.mingw index 0c84e250e..91fe0f9be 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.