From 8ba34b767cb2b6f80fa2ff9df1789718691302a2 Mon Sep 17 00:00:00 2001 From: doursse Date: Sun, 27 May 2007 06:48:25 +0000 Subject: [PATCH] add a note for MinGW users SVN revision: 30091 --- legacy/evas/INSTALL | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/legacy/evas/INSTALL b/legacy/evas/INSTALL index ae9163d8e3..06faf00d6c 100644 --- a/legacy/evas/INSTALL +++ b/legacy/evas/INSTALL @@ -6,3 +6,8 @@ NB: you will need pkgconfig package (available for debian and for redhat - try www.rpmfind.net if you're lost, or go to the pkgconfig website: http://www.freedesktop.org/software/pkgconfig/ ) if your are taking this from CVS and having to run ./autogen.sh) + +NOTE: for compilation with MinGW, fnmatch.h is probably missing. + That file can be found here: +http://www.koders.com/c/fid2B518462CB1EED3D4E31E271DB83CD1582F6EEBE.aspx + It should be installed in the mingw include directory.