The steps to compile latest sources from git on windows.

General help: new users, installing the Ecere SDK, using the IDE to compile and run applications.
jerome
Site Admin
Posts: 608
Joined: Sat Jan 16, 2010 11:16 pm

Re: The steps to compile latest sources from git on windows.

Post by jerome »

Hi Jonas! Yes that's right you need to run 'make' first, sorry if that was not obvious. I added a note to improve on this!

Regards,

Jerome
jonaspm
Posts: 49
Joined: Thu Apr 11, 2013 11:04 pm
Location: Mexico
Contact:

Re: The steps to compile latest sources from git on windows.

Post by jonaspm »

Hi jerome, i got a new question regarding "updating"

Is it safe to mingw32-make install when there is already a current installation of Ecere SDK?
jerome
Site Admin
Posts: 608
Joined: Sat Jan 16, 2010 11:16 pm

Re: The steps to compile latest sources from git on windows.

Post by jerome »

Hi Jonas!

Yes mingw32-make install should work just fine. It will just overwrite all the Ecere files in your destination directory. Make sure you closed all instances of the IDE and the documents as well.

However you may wish to install the latest SDK with the 0.44.08 installer.

This will also install MinGW-w64 and support 64 bit.

(It's finally released!)

Regards,

Jerome
jonaspm
Posts: 49
Joined: Thu Apr 11, 2013 11:04 pm
Location: Mexico
Contact:

Re: The steps to compile latest sources from git on windows.

Post by jonaspm »

wow thank you! the other day i got some trouble with the User Path and System Path and after making some movements i finally got them working, but i hesitate if everything is in it's right place haha

anyway, i surelly will use the installer on next release :) thanks for all your hard work jerome and redj!
Post Reply