Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Run configure/build commands from repository root:
cmake -S . -B build -G "Visual Studio 17 2022" -A x64 -DSFML_DIR="C:/path/to/SFML/lib/cmake/SFML"
cmake --build build --config Debug
If configure fails due to missing SFML_DIR, report exact remediation without editing unrelated files.
Summarize build result and the top actionable fixes.
Output format
Status: pass/fail
Commands run
Key errors (if any)
Suggested fixes
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
Validate this repository's build on Windows using CMake + Visual Studio conventions.
## Inputs
- Optional focus from user argument.
## Steps
1. Check [docs/Build.md](../../docs/Build.md#L1) and [AGENTS.md](../../AGENTS.md) for expected commands.
2. Run configure/build commands from repository root:
- `cmake -S . -B build -G "Visual Studio 17 2022" -A x64 -DSFML_DIR="C:/path/to/SFML/lib/cmake/SFML"`
- `cmake --build build --config Debug`
3. If configure fails due to missing `SFML_DIR`, report exact remediation without editing unrelated files.
4. Summarize build result and the top actionable fixes.
## Output format
- Status: pass/fail
- Commands run
- Key errors (if any)
- Suggested fixes
Manifest
The prompt text and its fill-in variables. Copy it or fetch it by URL from your own code.