Compiling codelite

A summary on how to compile the CodeLite editor on Ubuntu 24.04.

It uses submodules so you need to run git submodule update --init --recursive.

Requirements:

Then to build:

#!/bin/sh
rm -rf build
mkdir build
cd build
cmake -GNinja .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/opt/codelite