2 Commits

Author SHA1 Message Date
cdf4f611fc Add OpenSSL dev headers to build dependencies in README
reqwest pulls in openssl-sys via native-tls, which requires
OpenSSL development headers to compile from source.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 15:43:04 +00:00
Jamie Hewitt
ee10c9fa55 Update README.md with correct curl 2026-01-28 11:05:40 +00:00

View File

@@ -45,6 +45,7 @@ Build dependencies (needed to compile from source):
|---|---|---|---| |---|---|---|---|
| **Rust toolchain** | `rustup` | via rustup.rs | via rustup.rs | | **Rust toolchain** | `rustup` | via rustup.rs | via rustup.rs |
| **pkg-config** | `pkgconf` | `pkgconf-pkg-config` | `pkg-config` | | **pkg-config** | `pkgconf` | `pkgconf-pkg-config` | `pkg-config` |
| **OpenSSL dev headers** | `openssl` | `openssl-devel` | `libssl-dev` |
| **D-Bus dev headers** | `dbus` | `dbus-devel` | `libdbus-1-dev` | | **D-Bus dev headers** | `dbus` | `dbus-devel` | `libdbus-1-dev` |
### Quick Install ### Quick Install
@@ -52,7 +53,7 @@ Build dependencies (needed to compile from source):
Supports Arch, Fedora, and Debian/Ubuntu. Installs dependencies, Rust (if needed), builds from source, and installs to `/usr/local/bin/`: Supports Arch, Fedora, and Debian/Ubuntu. Installs dependencies, Rust (if needed), builds from source, and installs to `/usr/local/bin/`:
```bash ```bash
curl -sSf https://github.com/jaidaken/ferrosonic/raw/branch/master/install.sh | sh curl -sSf https://raw.githubusercontent.com/jaidaken/ferrosonic/master/install.sh | sh
``` ```
### Manual Build ### Manual Build