If you would like to use Codelite on Windows instead of Visual Studio, there's a few things required in order to use for developing Orx projects.
These are:
Codelite can be downloaded from: http://downloads.codelite.org
While there you can choose to donate to the project.
The version required must be 15.0.0 at the time of writing.
Codelite needs the MinGW-w64 compiler.
At the time of writing, 14.2.0. is the version to use. But to check on the current version requirements, visit the Orx supported platforms here.
Start by downloading the MinGW-w64 installer at: https://github.com/Vuniverse0/mingwInstaller/releases/download/1.2.1/mingwInstaller.exe
Run the installer and go through the steps. These are outlined on this page: Compiling Orx with MinGW-w64/gmake on Windows, but only follow the steps titled Getting MinGW-w64 and Updating the PATH environment variable.
gnu g++
. We are going to make this one switchable between 32 and 64-bit
gnu g++
from the dropdown again. Now you can compile any of the 32-bit or 64-bit build configurations and Codelite will know which version of the MinGW compiler to use.
You're all good to go.