Skip to content

Platform-Specific Notes

Back to Error Reference

Linux

Ensure libclang is installed for the solang-parser dependency:

bash
apt-get install libclang-dev

macOS

Xcode command-line tools are required:

bash
xcode-select --install

Windows

Visual Studio Build Tools and the Rust MSVC target are required.

MIT Licensed