Description
Users are encountering a linker link.exe not found error when attempting to build the project on Windows.
Steps to Reproduce
- Clone repository on a Windows machine.
- Run
cargo build.
Expected Behavior
The project should build successfully or provide a clear error message about missing prerequisites (e.g., C++ Build Tools).
Possible Solution
- Update documentation to specify
stable-x86_64-pc-windows-msvc requirements.
- Or investigate switching to
gnu toolchain relative to user setup.
Description
Users are encountering a
linker link.exe not founderror when attempting to build the project on Windows.Steps to Reproduce
cargo build.Expected Behavior
The project should build successfully or provide a clear error message about missing prerequisites (e.g., C++ Build Tools).
Possible Solution
stable-x86_64-pc-windows-msvcrequirements.gnutoolchain relative to user setup.