Skip to content

Building CodeLite on Linux

Eran Ifrah edited this page Dec 3, 2018 · 5 revisions

Prerequisites

To build CodeLite on you computer you will need these packages:

  • wxWidgets 3.0 or later
  • The gtk development package: often called libgtk2.0-dev or wxGTK-devel or similar
  • pkg-config (which usually comes with the gtk dev package)
  • The build-essential package (or the relevant bit of it: g++, make etc)
  • git
  • cmake

You can use the following command on Ubuntu:

sudo apt-get install     
        libgtk2.0-dev    
        pkg-config       
        build-essential  
        git              
        cmake            
        libsqlite3-dev   
        libssh-dev       
        libedit-dev      
        libhunspell-dev  
        libclang-6.    0-dev 
        clang-format-6.0 
        xterm            
        liblldb-6.0-dev
Clone this wiki locally