SPL Core is our CMake module to support multiple projects as variants of one SPL repository.
.\build.ps1 -install# Recommended: Use the installation script
./install.sh
# Or use the build script
./build.sh --install
# Or use Make
make installSupported Python versions: 3.10, 3.11, 3.12, 3.13
- Execution of all tests
- Building documentation
.\build.ps1# Using build script
./build.sh
# Or using Make
make build
# Or build everything (clean, install, build)
make allFor detailed Linux instructions, see BUILD_LINUX.md.
To initialize a new SPL project, one can use the init command of the please.ps1 script.
.\please.ps1 init --project-dir C:\tmp\MyProjectSee more information here.