Page 1 of 1

upgrade codelite

Posted: Thu Oct 22, 2015 10:15 pm
by mohammad
I've installed codelite 9.0 from debian repository http://repos.codelite.org/debian/ jessie contrib
now, why there is no repository for weekly updates - http://repos.codelite.org/debian/ jessie weekly ?
and, if there is a reason! then why codelite keep telling me to upgrade to 9.0.1 every time I start codelite IDE?! :geek:

Re: upgrade codelite

Posted: Thu Oct 22, 2015 11:11 pm
by eranif
There is a new CodeLite 9.0.1 which is part of the weekly builds. You can get it from the same download page
http://downloads.codelite.org/
The weekly builds are not released via our official repository, but instead we distribute a single .deb file which you can download and install like this:

Code: Select all

sudo apt-get purge codelite wxcrafter
sudo gdebi CodeLite-DEB-FILE.deb
If you don't wish to get notifications for new builds, you can disable them from:
settings->global editor preferences->misc->check for new version on startup

Eran