Add install instructions to README.md

This commit is contained in:
Xavier Del Campo Romero 2020-10-31 04:25:04 +01:00
parent bfddf7e12a
commit 0d119ff4f0
1 changed files with 10 additions and 0 deletions

View File

@ -1,2 +1,12 @@
# 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 .
```