torque-ide/README.md

13 lines
219 B
Markdown
Raw Permalink Normal View History

2020-10-31 04:25:04 +01:00
# TorqueScript IDE
2020-10-31 03:16:46 +01:00
## Prerequisites
`sudo apt install libwxbase3.0-dev wx3.0-headers libwxgtk3.0-gtk3-dev`
2020-10-31 04:25:04 +01:00
## How to build
Use the typical build process in CMake:
```
mkdir build
cd build/
cmake ..
cmake --build .
```