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
Clone this wiki locally