-
Notifications
You must be signed in to change notification settings - Fork 459
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1253 from klemensn/openbsd
Recognise OpenBSD to unbreak build
- Loading branch information
Showing
5 changed files
with
30 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# OpenBSD install guide | ||
|
||
`spotifyd` is available on all supported Rust architectures: | ||
|
||
* aarch64 | ||
* amd64 | ||
* i386 | ||
* powerpc64 | ||
* riscv64 | ||
* sparc64 | ||
|
||
## Install | ||
|
||
```sh | ||
# pkg_add spotifyd | ||
``` | ||
|
||
## Configuring spotifyd | ||
|
||
The official package uses PortAudio and works out of the box, no configuration is required. | ||
|
||
## Running spotifyd | ||
|
||
You may start `spotifyd` as background daemon in your `~/.xsession` X11 startup script | ||
or have clients like `spotify-qt` start/stop it accordingly. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters