Page 1 of 1
Update CodeLite
Posted: Fri Aug 31, 2012 7:49 pm
by Fred
Thanks for providing update 4.1.5770.
I have installed the prebuilt CodeLite 4.0.5589, MinGW 4.6.1 and wxWidges 2.9.4 for Windows.
What installer file should I use for updating, new CL with MinGW and wxWidges?
Is it ok to run the update without uninstalling the old version, just start the installer exe?
Thanks,
Fred
Re: Update CodeLite
Posted: Fri Aug 31, 2012 8:33 pm
by Jarod42
I used codelite-4.1.5770.exe without uninstall previous version without any problem.
(it is surely not the cleanest way, but it works).
Re: Update CodeLite
Posted: Fri Aug 31, 2012 9:00 pm
by eranif
Fred wrote:I have installed the prebuilt CodeLite 4.0.5589, MinGW 4.6.1 and wxWidges 2.9.4 for Windows.
What installer file should I use for updating, new CL with MinGW and wxWidges?
Is it ok to run the update without uninstalling the old version, just start the installer exe?
If you are using the wxWidgets library that I provide, then I encourage you to uninstall codelite and then install the package with wx-mingw from sourceforge.
This is because codelite now comes with wxWidgets built as *multilib* and not monolithic
After installing codelite, please replace your wx-config.exe (it is under C:\Program Files (x86)\CodeLite\) with this one
http://forums.codelite.org/download/file.php?id=519
If you prefer staying with wxWidgets built as monolithic, install the package that comes with mingw only (also a must, since codelite's makefiles must use a newer version of mingw32-make.exe)
Eran
Re: Update CodeLite
Posted: Sat Sep 01, 2012 7:13 pm
by Fred
Thank you for your replies.
I did as Eran recommended, deinstalled and updated without problems.
I also saved my own templates before, but this was not necessary, as they were not deleted during the deinstallation.
Regards,
Fred