Page 1 of 1

Building CodeLite Src using CodeLite/Mingw ?

Posted: Sat Mar 26, 2011 3:13 pm
by shiva
Hi,

Can I rebuild whole of Codelite from the downloadable Codelite Src tar ball,
with Codelite/mingw/wxwidgets exe(70MB) ?

If not, what precautions do I need to take and what are other dependencies if any ?

could you let me know ?

Regards,
Prasad.

Re: Building CodeLite Src using CodeLite/Mingw ?

Posted: Sun Mar 27, 2011 4:35 am
by MikeMelzer
I used a SVN download, but the tarball should work the same way.

I downloaded Codelite/Mingw/wxwidgets and did a default install, just to make sure there aren't problems if I changed any locations. The SVN download has the CodeLite workspace file, and you can edit and compile the CodeLite source with CodeLite itself. No extra configuration, changes or files needed.

Good luck!

Re: Building CodeLite Src using CodeLite/Mingw ?

Posted: Sun Mar 27, 2011 4:52 pm
by eranif
Just to add:

the workspace that you should open in codelite is LiteEditor.workspace

Once loaded into codelite, make sure to select the proper build condfiguration (WinReleaseUnicode OR WinDebugUnicode)
Hit F7 and you are good to go

Eran

Re: Building CodeLite Src using CodeLite/Mingw ?

Posted: Mon Mar 28, 2011 12:45 pm
by shiva
thank you
will try and get back with the result.
thanks,
Prasad