Compare commits
2 Commits
v0.2.0
...
cdf4f611fc
| Author | SHA1 | Date | |
|---|---|---|---|
| cdf4f611fc | |||
|
|
ee10c9fa55 |
@@ -45,6 +45,7 @@ Build dependencies (needed to compile from source):
|
||||
|---|---|---|---|
|
||||
| **Rust toolchain** | `rustup` | via rustup.rs | via rustup.rs |
|
||||
| **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` |
|
||||
|
||||
### 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/`:
|
||||
|
||||
```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
|
||||
|
||||
Reference in New Issue
Block a user