Prerequisites
- Clone codelite's git repository:
git clone https://github.com/eranif/codelite.git
Building
- Launch codelite
- Open the workspace LiteEditor.workspace (inside the codelite folder)
- Make sure that the project CodeLiteIDE is the active one (marked in bold)
- Select the configuration Win_x64_Release hit F7 (assuming you want to build CodeLite 64 bit for Windows)
- When the compilation is over, close the workspace
- Next, locate the workspace codelite_utils/codelite_utils.workspace and open it
- Make sure that the project Build_All is the active one (marked in bold)
- Select the Release build configuration hit F7 and wait for the compilation to end
- Close codelite
- To update your installation with the new codelite, close codelite and from a CMD.EXE window navigate to codelite-sources/Runtime/ and run the file
update.bat