[ANN] CodeLite 12.0.11 is available

This forum is for the weekly builds only.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

[ANN] CodeLite 12.0.11 is available

Post by eranif »

Hi,

CodeLite version 12.0.11 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
The following platforms are supported in this release:
  • OSX Bundle built against macOS mojave
  • Windows 64 bit
  • Ubuntu 16.04/64 bit deb file
  • Ubuntu 18.04/64 bit deb file built against GTK3
  • Ubuntu 18.04/64 bit deb file

    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
Make sure you have read the HOW TO POST thread
evstevemd
CodeLite Guru
Posts: 350
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: [ANN] CodeLite 12.0.11 is available

Post by evstevemd »

Hi Eran,
Thanks for the IDE and all efforts you put on it.
With this release, are you dropping all MacOS below Mojave?
Because Many old Mac can't upgrade to Mojave

CodeLite 15.x
CodeLite is awesome, I just Love it!

Post Reply