This forum is for the weekly builds only.
-
eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
-
Contact:
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
-
evstevemd
- CodeLite Guru
- Posts: 352
- Joined: Sun Nov 29, 2009 7:36 pm
- Genuine User: Yes
- IDE Question: C++
-
Contact:
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!
-
eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
-
Contact:
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