While I was setting up the project on my Windows environment, I ran into setup difficulties because the repository prerequisites are not listed in the README.
When following the instructions under, the setup guide doesn't show that rustup, uv, just, and platform build tools as prerequisite. On Windows specifically, running scripts/generate-windows.sh requires Visual Studio C++ Build Tools (MSVC linker) alongside the x86_64-pc-windows-msvc Rust target.
Without these prerequisites explicitly documented, new contributors especially those on Windows or fresh setups can encounter unexpected build and shell errors.
While I was setting up the project on my Windows environment, I ran into setup difficulties because the repository prerequisites are not listed in the README.
When following the instructions under, the setup guide doesn't show that
rustup,uv,just, and platform build tools as prerequisite. On Windows specifically, runningscripts/generate-windows.shrequires Visual Studio C++ Build Tools (MSVC linker) alongside thex86_64-pc-windows-msvcRust target.Without these prerequisites explicitly documented, new contributors especially those on Windows or fresh setups can encounter unexpected build and shell errors.