update readme build instructions again to install the fyne packaging tool

This commit is contained in:
Drew Weymouth
2023-03-06 09:29:41 -08:00
committed by GitHub
parent df7f7d5048
commit a463508e2f
+2
View File
@@ -43,6 +43,7 @@ Download the latest release for your operating system. If you prefer to build fr
### Install dependencies
* ``sudo snap install --classic go``, and make sure the Go bin directory is in your `$PATH`
* install the ``fyne`` packaging tool ``go install fyne.io/fyne/v2/cmd/fyne@latest``
* ``sudo apt install libmpv-dev``
* ``sudo apt install gcc libegl1-mesa-dev xorg-dev``
@@ -55,6 +56,7 @@ Download the latest release for your operating system. If you prefer to build fr
### Install dependencies
* install go, and make sure the Go bin directory is in your `$PATH`
* install the ``fyne`` packaging tool ``go install fyne.io/fyne/v2/cmd/fyne@latest``
* install Xcode command-line tools (``xcode-select --install``)
* install libmpv (``brew install mpv``)
* install dylibbundler (``brew install dylibbundler``) - needed only for building the .app bundle