with one click
check-env
// Check if the environment is set up correctly for Reussir development. Use when this capability is needed.
// Check if the environment is set up correctly for Reussir development. Use when this capability is needed.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | check-env |
| description | Check if the environment is set up correctly for Reussir development. Use when this capability is needed. |
| metadata | {"author":"reussir-lang"} |
To check if the environment is set up correctly for Reussir development, please go through the following checklist:
Check if there is a build directory in the root directory of the project.
The directory should looks like a general CMake build directory.
It is preferred to build Reussir with LLVM toolchain (>= 21) and Ninja.
cabal --version should return a version number greater than or equal to 3.16.
The following is a sample output:
cabal-install version 3.16.1.0
compiled using version 3.16.1.0 of the Cabal library (in-tree)
ghc --version should return a version number greater than or equal to 9.14.
The following is a sample output:
The Glorious Glasgow Haskell Compilation System, version 9.14.1
rustc --version should return a version number greater than or equal to 1.90.
The following is a sample output:
rustc 1.93.0-nightly (843f8ce2e 2025-11-07)
Converted and distributed by TomeVault — claim your Tome and manage your conversions.