Skip to content

Commit

Permalink
readme: Mention Linux dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpochyla committed Jan 22, 2021
1 parent 32f5ed5 commit f385390
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Fast Spotify client with native GUI, without Electron, built in Rust. Very early

![Screenshot](./psst-gui/assets/screenshot.png)

##### Linux

Our user-interface library, Druid, has two possible backends to choose from on Linux: GTK and pure X11, with Wayland backend in the works. The default linux backend is GTK. Before building on Linux, make sure the required dependencies are installed, i.e. for Debian:
```
# apt-get install libssl-dev libgtk-3-dev libcairo2-dev
```

##### Building

Development build:
Expand Down

0 comments on commit f385390

Please sign in to comment.