Development
⚠️
If you just want to use TIS, do the following Usage
Environment
- Deno (1.29.3 or higher)
- Autoit Compiler Toolkit (opens in a new tab)
- Windows operating system (required to compile TIS Core)
Configuring the development environment
- Install Deno
- Download the Autoit Compiler Toolkit and unzip it
- Set Autoit Compiler Toolkit as a system/environment variable named
AUTOIT_COMPILER_TOOLKIT
.
Compiling TIS Core
Execute deno task build
and the compiled binaries and configuration files will be stored in the /build
folder