[ANN] CodeLite 12.0.9 is available for download
Posted: Thu Oct 25, 2018 10:00 am
Hi,
CodeLite version 12.0.9 is available for download
This release contains major updates (still in testing phase):
to install the deb file, you will need to uninstall any old version of CodeLite you might have installed:
Linux 16.04 Users: to install the deb file, you will need to update the sources.list file before installing the new deb package:
Links:
Download Page
What's New?
Thanks,
Eran
CodeLite version 12.0.9 is available for download
This release contains major updates (still in testing phase):
- GTK3 build for CodeLite under Ubuntu 18.04 only
- OSX Mojave support (including dark theme)
- Many parts of the UI were re-written
- OSX Bundle built against macOS mojave
- 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 built against GTK3
- Ubuntu 18.04/64 bit deb file
- Ubuntu 18.04/64 bit deb file for PHP
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
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
Download Page
What's New?
Thanks,
Eran