Update README with ubuntu build instructions

This commit is contained in:
Drew Weymouth
2022-12-18 11:35:06 -08:00
committed by GitHub
parent 8762fed9b3
commit 717c0c13a8
+10
View File
@@ -1,2 +1,12 @@
# supersonic
A lightweight desktop client for Subsonic music servers
## Build (Ubuntu)
### Install dependencies
* ``sudo snap install --classic go``
* ``sudo apt install libmpv-dev``
* ``sudo apt install gcc libegl1-mesa-dev xorg-dev``
### Build
* ``go build .``