The weekly build for Sep 06, 2015 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:

The weekly build for Sep 06, 2015 is available

Post by eranif »

Hi,

The weekly build for Sep 06, 2015 is available and can be downloaded from the download page

The following packages are available:
  • Windows 64 bit
  • Windows 32 bit
  • OSX
  • Ubuntu 14.04/64 bit deb file
To install the deb file:

Code: Select all

sudo dpkg -i /path/to/codelite/deb/file
If you are facing some dependencies problems, purge any CodeLite version installed:

Code: Select all

sudo apt-get purge codelite
sudo dpkg -i /path/to/codelite/deb/file
Changes since last stable release can be found here:
http://codelite.org/LiteEditor/ReleaseNotesCodeLite83

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: The weekly build for Sep 06, 2015 is available

Post by evstevemd »

Does that work with Ubuntu 15.04?

Sent from my TECNO H6 using Tapatalk

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

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: The weekly build for Sep 06, 2015 is available

Post by eranif »

evstevemd wrote:Does that work with Ubuntu 15.04?
Don't know, did not try it..

You can try and install it and see if it works... at worst you can revert back to the stable release:

Eran
Make sure you have read the HOW TO POST thread
Post Reply