Recent Changes - Search:

Home Page


Main

Downloads
Windows
macOS
Linux (via apt / rpm )
Linux wxWidgets
Release Notes

Wiki
Documentation
FAQ

Build CodeLite
Linux
Windows
macOS

Devs
Debug CodeLite Linux
Building Clang
Build wxWidgets (MSW)
Coding Guidelines
Create a Plugin

Repositories90

This page gives links to the available binary packages for CodeLite 9.0, and to the free version of its RAD plugin wxCrafter.

Note that (apart from fedora rpms) the CodeLite packages now incorporate the wx3.0.2 libraries that CodeLite requires, so there should no longer be any need to install wx3.0 separately. Of course you can if you wish, and you'll need to do so to build apps against wx3. For fedora 22 and 23 I've built using the official wxGTK3-devel package. I've therefore not included the wx libs. The fc22/3 CodeLites depend on the wxGTK3 runtime libs.

CodeLite apt repositories


If you have an older version of CodeLite installed from Ubuntu or Debian repositories, uninstall it first: sudo apt-get purge codelite codelite-plugins

To download CodeLite for Debian based systems (Debian / Mint / Ubuntu etc):

  • Add CodeLite public key to avoid warnings from apt/aptitude

sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc

  • Now let apt know that the repositories exist by adding the proper line from Table 1:
    • If you use an apt front-end e.g. synaptic, tell it to Add a repository, using as data the appropriate entry from the Table 1 below
    • If you do things by hand, add the appropriate URLs from Table 1 to /etc/apt/sources.list (you need to become superuser) :
For example, if you use Ubuntu wily (15.10), 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 http://repos.codelite.org/ubuntu/ wily universe'

Table 1: CodeLite repositories

Distro/release Lines to append
debian wheezy deb http://repos.codelite.org/debian/ wheezy contrib
debian jessie deb http://repos.codelite.org/debian/ jessie contrib
ubuntu trusty deb http://repos.codelite.org/ubuntu/ trusty universe
ubuntu vivid deb http://repos.codelite.org/ubuntu/ vivid universe
ubuntu wily deb http://repos.codelite.org/ubuntu/ wily universe
  • You then need update your repositories. In synaptic, click the Reload button. If you're doing things by hand, do:

 sudo apt-get update

  • You should now be able to install CodeLite in the normal way through synaptic, or by doing:

 sudo apt-get install codelite wxcrafter

The ubuntu packages should also work on other *buntus, and on derivatives e.g. Mint.

CodeLite RPMs


There are rpms available for fedora 22 and 23, and openSUSE 13.2 and 42.1 (leap):

CodeLite rpms
Distroi386x86_64
fedora2222
fedora2323
openSUSE13.213.2
openSUSE(No 32-bit build)42.1

First tell rpm about the CodeLite public key. As superuser do:


 rpm --import http://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 http://repos.codelite.org/rpms-9.0/fedora/codelite-9.0-1.fc23.x86_64.rpm

There are also source rpms for fedora and openSUSE. Note that these do not contain wxCrafter. To build binary rpms containing wxCrafter, you'll need to download the appropriate wxCrafter.so, plus the file wxgui.zip that contains its bitmaps, and put both in the rpmbuild/SOURCES dir before you build.

ArchLinux


CodeLite is available on ArchLinux via their AUR repository

To install codelite:


yaourt -S codelite

Previous CodeLite releases


See this page for links to packages from previous CodeLite and wxCrafter releases.

wxCrafter binary packages


The above packages supply the CodeLite IDE. Also available is the free version of wxCrafter, its gui-designer plugin. There are six types of 32 and 64 bit packages here: for debian jessie and ubuntu vivid; for ubuntu wily; for debian wheezy and ubuntu 14.04 (trusty); for fedora 22; for fedora 23; and for openSUSE 13.2 and 42.1. It's possible that some of these will work on earlier distro versions too, but only if you build CodeLite yourself against wxWidgets-3.0.2 (even then that's untested, but the wheezy ones are likeliest to work). Instead you can find older wxCrafter packages via the previous-releases pages.

Note that the fedora 22/23 and openSUSE 13.2 and 42.1 ones are built against the official wx3.0.2 packages (as are the corresponding CodeLite packages). The jessie packages are also built against the jessie wx3.0.2 packages; note however that they will only work with CodeLite 9.0 and possibly 8.1, 8.0 and 7.0, not with the CodeLite 6.1 packages in the official jessie repo.

In the following table I've provided direct links to the debian/ubuntu packages, but these are more easily installed from the CodeLite repos in the usual way.

wxCrafter packages
Distroi386x86_64
debian jessie & ubuntu 15.04 (vivid)wxcrafter.debwxcrafter.deb
ubuntu 15.10 (wily)wxcrafter.debwxcrafter.deb
debian wheezy & ubuntu 14.04 (trusty)wxcrafter.debwxcrafter.deb
fedora 22wxcrafter.rpmwxcrafter.rpm
fedora 23wxcrafter.rpmwxcrafter.rpm
openSUSE 13.2 and 42.1wxcrafter.rpmwxcrafter.rpm

Download and install them with alongside CodeLite (it will do no harm to install wxCrafter without CodeLite, but it won't run!). The debs are also available from the CodeLite repo (see above); the setup and public key are the same, but the packages are called 'wxcrafter'.

Note that these wxCrafter packages are built against wxWidgets-3.0.2, and so are unlikely to work with CodeLite versions <6.1.

wxCrafter libs


What if you don't want to use a package, or there isn't one that your distro supports? If you want to build your own CodeLite, here are the wxCrafter libs that the packages contain. Choose the nearest match, but there's no guarantee they will work on distant versions or different distros.

wxCrafter libs
Distroi386x86_64
debian jessie & ubuntu vividwxCrafter.sowxCrafter.so
ubuntu wilywxCrafter.sowxCrafter.so
debian wheezy & ubuntu 14.04 and 14.10wxCrafter.sowxCrafter.so
fedora 22wxCrafter.sowxCrafter.so
fedora 23wxCrafter.sowxCrafter.so
openSUSE 13.2 and 42.1wxCrafter.sowxCrafter.so

You will also need the file wxgui.zip that contains some of wxCrafter's bitmaps. This needs to end up inside the CodeLite 'share' installation (e.g. in /usr/share/codelite/). The wxCrafter.so itself needs to go in CodeLite's 'plugins' dir, which by default is probably /usr/lib/codelite/. How to do this? Well, you could just add them by hand as superuser. However there are other alternatives:

  • If you are building from a tarball, 'configure' and 'make' as usual. Then before 'make install' add wxCrafter.so to Runtime/plugins/; it'll then be installed with the other plugin libs. There is no similar solution for wxgui.zip at present, but this might be fixed sometime...
  • If you are building a CodeLite .deb package using the debian/rules from the repo, just add both wxCrafter.so and wxgui.zip to the same dir as the source tarball. 'rules' knows to look for them there.
  • If you are using the fedora or openSUSE spec files to build an rpm, just add both wxCrafter.so and wxgui.zip to rpmbuild/SOURCES/. You can copy the .spec hack if you create a .spec for other distros.
Edit - History - Print - Recent Changes - Search
Page last modified on January 31, 2016, at 03:04 PM