Hey, I have created an SDK for the EFL. It is a zip file which contains:
* MSYS (configured) * most useful tools for MSYS * autotools (m4, autoconf, automake and libtool. No gettext) * MinGW (gcc 4.5.0) * dependencies for the EFL What is missing: * gdb (i'll add it soon) * pthread * secured tools (openssl, gnutls) * network tools (c-ares, libcurl) Basically, what you have to do to compile the EFL with that SDK on Windows is: 1) unzip the file below in c:\ or a subdirectory ***containing NO space*** http://www.maths.univ-evry.fr/pages_perso/vtorri/files/msys.zip it creates the subdirectories msys/1.0/ 2) launch /path/msys/1.0/msys.bat it will launch the MSYS terminal and create the home/ subdirectory in /path/msys/1.0 3) download tortoiseSVN and check out the EFL in your home (for example in the subdirectory /path/msys/1.0/home/efl/ you need the EFL listed in http://trac.enlightenment.org/e/wiki/EFLWindowsXP 4) configure with just ./autogen.sh (like in the wiki above) with the MSYS terminal. All the EFL will be installed in the prefix /usr/local If you are interested, please give it a try and report any problem. Also, feel free to give remarks, ask questions, etc... regards Vincent ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
