From 25de8515b1492e67ee126b79c2112fe947eefc8f Mon Sep 17 00:00:00 2001 From: Klemens Nanni Date: Wed, 6 Oct 2021 09:27:27 +0200 Subject: [PATCH] Mention OpenBSD support --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fff4b05..7a9b189f 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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.