torque-ide/README.md

219 B

TorqueScript IDE

Prerequisites

sudo apt install libwxbase3.0-dev wx3.0-headers libwxgtk3.0-gtk3-dev

How to build

Use the typical build process in CMake:

mkdir build
cd build/
cmake ..
cmake --build .