Building CodeLite Src using CodeLite/Mingw ?

General questions regarding the usage of CodeLite
shiva
CodeLite Curious
Posts: 5
Joined: Sat Mar 26, 2011 3:09 pm
Genuine User: Yes
IDE Question: C++
Contact:

Building CodeLite Src using CodeLite/Mingw ?

Post 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.
MikeMelzer
CodeLite Curious
Posts: 7
Joined: Sun Feb 13, 2011 7:23 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Building CodeLite Src using CodeLite/Mingw ?

Post 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!
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Building CodeLite Src using CodeLite/Mingw ?

Post 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
Make sure you have read the HOW TO POST thread
shiva
CodeLite Curious
Posts: 5
Joined: Sat Mar 26, 2011 3:09 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Building CodeLite Src using CodeLite/Mingw ?

Post by shiva »

thank you
will try and get back with the result.
thanks,
Prasad
Post Reply