TorqueScript IDE written in C++ and wxWidgets. Migrated from https://svn.code.sf.net/p/torque-ide/code .
Go to file
Xavier Del Campo Romero 0d119ff4f0 Add install instructions to README.md 2020-10-31 04:25:04 +01:00
linux Moved remotely 2006-08-29 03:58:44 +00:00
nsis_install Moved remotely 2006-08-29 03:59:20 +00:00
src Solve compilation issues, remove trailing whitespaces 2020-10-31 03:54:54 +01:00
win32 robertsim007: Added VS2005 (Express tested) and wxDev-C++ projects, reorganized function calls in torqueideframe.cpp 2007-01-23 02:24:56 +00:00
.gitignore .gitignore 2020-10-31 03:55:19 +01:00
CMakeLists.txt Add missing wxWidgets library "stc" 2020-10-31 04:19:38 +01:00
LICENSE Moved remotely 2006-08-29 04:01:49 +00:00
README.md Add install instructions to README.md 2020-10-31 04:25:04 +01:00
torque-ide.dev robertsim007: Added VS2005 (Express tested) and wxDev-C++ projects, reorganized function calls in torqueideframe.cpp 2007-01-23 02:24:56 +00:00
torque-ide_private.rc robertsim007: Added VS2005 (Express tested) and wxDev-C++ projects, reorganized function calls in torqueideframe.cpp 2007-01-23 02:24:56 +00:00

README.md

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 .