On Wed, Jun 8, 2011 at 8:33 PM, Vincent Torri <vto...@univ-evry.fr> wrote:
>
>
> On Wed, 8 Jun 2011, Lionel Orry wrote:
>
>> On Wed, Jun 8, 2011 at 8:12 PM, Vincent Torri <vto...@univ-evry.fr> wrote:
>>>
>>>
>>> On Wed, 8 Jun 2011, Lionel Orry wrote:
>>>
>>>>> jpeg is not optional. it's a hard dep of eet.
>>>>
>>>> Yes, I suppose that's why we don't have to specify it as a dependency
>>>> for evas. Since it's not documented in the wiki page, I think it's
>>>> already installed by msys/mingw, and if it is not, I'll add it as a
>>>> dependency to eet. I'll look at it deeper tomorrow.
>>>
>>> http://trac.enlightenment.org/e/wiki/EFLWindowsXP#Dependencies1
>>>
>>> Vincent
>>>
>>
>> Damn, I missed it. Sorry for being unable to read a page correctly... :P
>>
>> I'll add the libjpeg dependency tomorrow.
>
> note that the version that is mentioned in the wiki is the one that has
> problems
>
> Vincent
>

Hi everyone,

here is a new version of the Makefile for building the EFLs on Windows. Changes:

- a few bug fixes in dependencies chaining
- add auto-installation of dependencies for eina and eet, including
glib (for pkgconfig), pkgconfig, intl, zlib, libjpeg
- add an 'update' rule to bootstrap or update the sources provided
Subversion is installed.

The easiest installation instructions are now:

1. Download the Makefile attached
2. Install Subversion (I use SlikSVN
(http://www.sliksvn.com/en/download), but it's up to you)
3. Open msys console

rm -rf $HOME/efl && mkdir -p $HOME/efl

4. Copy the Makefile in $HOME/efl/ (probably
"C:\MinGW\msys\1.0\home\<username>\efl")

cd $HOME/efl
make update
make

Don't hesitate to send feedback.

Cheers
Lionel

Attachment: Makefile
Description: Binary data

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to