eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] eliot INSTALL


From: Olivier Teulière
Subject: [Eliot-dev] eliot INSTALL
Date: Tue, 16 Aug 2011 18:16:32 +0000

CVSROOT:        /cvsroot/eliot
Module name:    eliot
Changes by:     Olivier Teulière <ipkiss>       11/08/16 18:16:32

Modified files:
        .              : INSTALL 

Log message:
        Updated Windows build instructions

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/INSTALL?cvsroot=eliot&r1=1.16&r2=1.17

Patches:
Index: INSTALL
===================================================================
RCS file: /cvsroot/eliot/eliot/INSTALL,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- INSTALL     12 Feb 2010 18:16:37 -0000      1.16
+++ INSTALL     16 Aug 2011 18:16:24 -0000      1.17
@@ -99,20 +99,13 @@
     - if you don't have the 'configure' script, generate it:
             ./bootstrap
 
-    - because of a bug in gettext, you may need to apply a little patch to the 
files
-      installed in the 'intl' directory:
-            - download the patch here (link in the top-left-hand corner)
-              
http://www.koders.com/noncode/fid46DF595700FEB564B6EF45BFF55067F95DCF0420.aspx
-            - apply the patch:
-              patch -p2 < gettext-win32.patch
-
     - configure with the following command:
             export INST=`pwd`/extras/contrib/inst && \
             PKG_CONFIG_PATH="${INST}/lib/pkgconfig:${PKG_CONFIG_PATH}" \
             CPPFLAGS=-I${INST}/include LDFLAGS=-L${INST}/lib \
             CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \
             ./configure --host=i586-mingw32msvc --build=i386-linux \
-            --with-boost=${INST}
+            --with-boost=${INST} --with-expat=${INST}
 
     - to compile, run 'make', possibly followed with 'make install'
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]