Downloads
Wiki
Build CodeLite
Devs
|
Main /
Repositories13On this page... (hide) This page gives links to the available binary packages for CodeLite 13.0. Its RAD plugin wxCrafter, which has recently become Free Open-Source Software, is now included in all the CodeLite packages. Note that the CodeLite packages incorporate the required wxWidgets libraries (a patched version of wx3.1.3), so there is no need to install wxWidgets too. Of course you can if you wish, and you'll need to do so to build apps against wxWidgets. CodeLite doesn't (yet) require wx3.1 though, and you can still build your own against wx3.0.x if you prefer. CodeLite apt repositoriesUbuntu 16.04 (xenial) and later have official CodeLite packages. Therefore, to avoid a name-clash, our CodeLite packages have 'unofficial' appended to the name. See below for more details.
To download CodeLite for Debian based systems (Debian / Mint / Ubuntu etc):
sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc
For example, if you use Ubuntu eoan (19.10) and want a GTK+2 CodeLite, either open /etc/apt/sources.list in an editor (as superuser) and append the proper line
from Table 1, or else use apt-add-repository in a terminal:
sudo apt-add-repository 'deb https://repos.codelite.org/ubuntu/ eoan universe' Table 1: CodeLite repositories (GTK+2)
Table 2: CodeLite repositories (GTK+3)
sudo apt-get update
sudo apt-get install codelite
Official versus unofficial CodeLite packagesFor a long time the official debian and ubuntu repositories supplied only the ancient CodeLite 6.1. However since ubuntu 16.04 (xenial) it has been updated to CodeLite 9.1 or later, and debian stretch has 10.0. This is very welcome, but creates a name-clash with any packages we supply. Therefore, starting with CodeLite 9.2, our debian packages have 'unofficial' added to the version e.g. codelite_13.0-1unofficial2.eoan_amd64.deb or (using GTK+3) codelite_13.0-1unofficial3.buster_amd64.deb. This allows you to select which to install using apt (or aptitude or synaptic). AptYou can see which versions are available by doing: apt-cache madison codelite Then you can select which version to install. For example, to prefer the official 12.0 package in debian buster, use the line: sudo apt-get install codelite=12.0* SynapticYou can see which versions are available in the 'Versions' tab of Properties. Then use Package > Force Version followed by Apply. You may wish also to use Package > Lock Version. CodeLite RPMsThere are rpms available for fedora 30, and openSUSE Leap 15 and 15.1 (the packages work on either):
First tell rpm about the CodeLite public key. As superuser do: rpm --import https://repos.codelite.org/CodeLite.asc Then either download the required rpm and install it as usual, or download and install in one step; e.g. rpm -Uvh https://repos.codelite.org/rpms-13.0/fedora/codelite-13.0-1.fc31.x86_64.rpm There are also source rpms for fedora, and openSUSE GTK+2 and openSUSE GTK+3. ArchLinuxCodeLite is available on ArchLinux via their AUR repository To install codelite: yaourt -S codelite Previous CodeLite releasesSee this page for links to packages from previous CodeLite and wxCrafter releases. wxCrafter binary packagesAs the above CodeLite 13.0 packages already contain wxCrafter, its gui-designer plugin, there is no need for a separate download. However if you wish to use wxCrafter with previous CodeLite versions please see this page. |