Download Page

Windows users

Download the installer from here LiteEditor Installer

Linux users

For Linux users, I suggest downloading the sources from the SVN and building it using makefile.

Below is a list of the dependencies that LiteEditor requires:

  • wxWidgets 2.8.X (wxWidgets can be obtained from here: wxWidgets Web Site)
  • 'wx-config' tool is located somewhere in your path (after installing wxWidgets, it should be there), to test it, type:
    which wx-config

How to build & install LiteEditor?

Download the sources using SVN client:
svn co https://codelite.svn.sourceforge.net/svnroot/codelite codelite

From within the codelite directory, type:
make type=release
sudo make type=release install


The makefile argument 'type' can accept any of the following values, depends on the build configuration you used for wxWidgets:
  • release_unicode
  • release
  • debug_unicode
  • debug

SourceForge.net Logo