Skip to content

Commit

Permalink
Mention OpenBSD support
Browse files Browse the repository at this point in the history
  • Loading branch information
klemensn committed Oct 6, 2021
1 parent a609bc5 commit 3d83454
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Psst

Fast Spotify client with native GUI, without Electron, built in Rust. Very early in development, lacking in features, stability, and general user experience. It is being tested only on Mac so far, but aims for full Windows and Linux support. Contributions welcome!
Fast Spotify client with native GUI, without Electron, built in Rust. Very early in development, lacking in features, stability, and general user experience. It is being tested only on Mac so far, but aims for full Windows, Linux and BSD support. Contributions welcome!

[![Build](https://github.com/jpochyla/psst/actions/workflows/build.yml/badge.svg)](https://github.com/jpochyla/psst/actions)

Expand All @@ -26,6 +26,15 @@ RHEL/Fedora:
sudo dnf install openssl-devel gtk3-devel cairo-devel
```

##### BSD

Similar to Linux, Druid defaults to GTK while providing an X11 backend as well. So far, only OpenBSD/amd64 has been tested, but others should work as well (they first require support in crates like miniaudio-rs).

OpenBSD:
```shell
doas pkg_add gtk+3 cairo
```

##### Building

On all platforms, the **latest Rust stable** (at least 1.54.0) is needed.
Expand Down

0 comments on commit 3d83454

Please sign in to comment.