Page 1 of 1

[ANN] CodeLite 12.0.8 is available for download

Posted: Wed Aug 15, 2018 12:10 pm
by eranif
Hi,

CodeLite version 12.0.8 is available for download.
This release contains a special builds for PHP/Web development. These builds are identical to the normal builds, excluding the C/C++ plugins + some functionality
The following platforms are supported in this release:
  • OSX Bundle
  • Windows 64 bit
  • Ubuntu 16.04/64 bit deb file
  • Ubuntu 16.04/64 bit deb file for PHP
  • Ubuntu 18.04/64 bit deb file
  • Ubuntu 18.04/64 bit deb file for PHP
Linux 18.04 Users: to install the deb file, you will need to uninstall any old version of CodeLite you might have installed:

Code: Select all

sudo apt-get install gdebi
sudo apt-get purge codelite wxcrafter
sudo gdebi -n /path/to/codelite/deb/file
Linux 16.04 Users: to install the deb file, you will need to update the sources.list file before installing the new deb package:

Code: Select all

sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu/ xenial-updates universe"
sudo apt-get update
sudo apt-get install gdebi
sudo apt-get purge codelite wxcrafter
sudo gdebi -n /path/to/codelite/deb/file
Links:
Download Page
What's New?

Thanks,
Eran

Re: [ANN] CodeLite 12.0.8 is available for download

Posted: Thu Aug 16, 2018 7:13 pm
by mtuggle
While trying to upgrade to release 12.0.8, norton reports a problem with the download file and windows 10 rejects running it.
I noticed this windows 64 version is an .exe file while others have been .7z.
Any thoughts on this?

Re: [ANN] CodeLite 12.0.8 is available for download

Posted: Fri Aug 17, 2018 12:17 am
by eranif
This should be fixed now

Thanks!

Re: [ANN] CodeLite 12.0.8 is available for download

Posted: Tue Sep 25, 2018 6:55 pm
by etik
The sha1sum for the downloaded windows version (codelite-amd64-12.0.8.7z) does not match as it is calculated for the contained .exe - which confused me first.

Thanks for the great work!