From: doursse Date: Sun, 27 May 2007 06:48:25 +0000 (+0000) Subject: add a note for MinGW users X-Git-Tag: submit/devel/efl/20131022.203902~18519 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ba34b767cb2b6f80fa2ff9df1789718691302a2;p=platform%2Fupstream%2Fefl.git add a note for MinGW users SVN revision: 30091 --- diff --git a/legacy/evas/INSTALL b/legacy/evas/INSTALL index ae9163d..06faf00 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.