Recommended Workflow#
Use
slt
to install all required packages (slc-cli, gcc toolchain, CMake, Ninja, etc.).Set the environment path for Java, slt, and slc.
Configure
slc-cli
for the SDK and toolchain to use.Use
slc-cli
to generate and configure the project.Build the code project with your preferred IDE (e.g. CMake, Make, VS Code). For debugging the generated code, VS Code IDE is recommended.
Note: Command line build with make and CMake is supported.