add a note for MinGW users
authordoursse <doursse>
Sun, 27 May 2007 06:48:25 +0000 (06:48 +0000)
committerdoursse <doursse@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 27 May 2007 06:48:25 +0000 (06:48 +0000)
SVN revision: 30091

legacy/evas/INSTALL

index ae9163d..06faf00 100644 (file)
@@ -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.