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?!
upgrade codelite
-
- CodeLite Curious
- Posts: 1
- Joined: Thu Oct 22, 2015 10:04 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: upgrade codelite
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:
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
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
settings->global editor preferences->misc->check for new version on startup
Eran
Make sure you have read the HOW TO POST thread