title: "Error Reference: Platform-Specific Notes"
description: "Platform-Specific Notes from Error Reference."
[Back to Error Reference](/advisory-content/error-reference)
Ensure `libclang` is installed for the `solang-parser` dependency:
```bash
apt-get install libclang-dev
```
Xcode command-line tools are required:
```bash
xcode-select --install
```
Visual Studio Build Tools and the Rust MSVC target are required.