[changelog] repackaging
[framework/uifw/evas.git] / INSTALL
1 COMPILING and INSTALLING:
2
3 please see the README file.
4
5 NB: you will need pkgconfig package (available for debian and for redhat -
6 try www.rpmfind.net if you're lost, or go to the pkgconfig website:
7 http://www.freedesktop.org/software/pkgconfig/ ) if your are taking this from 
8 CVS and having to run ./autogen.sh)
9
10 NOTE: for compilation with MinGW, fnmatch.h is probably missing.
11       That file can be found here:
12 http://www.koders.com/c/fid2B518462CB1EED3D4E31E271DB83CD1582F6EEBE.aspx
13       It should be installed in the mingw include directory.
14
15 NOTE: for the OpenGL engine on Windows, the glew library:
16 http://glew.sourceforge.net/
17       is needed.