readme - mention that Go bin should be in $PATH for building

This commit is contained in:
Drew Weymouth
2023-03-06 09:11:57 -08:00
committed by GitHub
parent ee84fa34fb
commit df7f7d5048
+2 -2
View File
@@ -42,7 +42,7 @@ Download the latest release for your operating system. If you prefer to build fr
## Build instructions (Ubuntu) ## Build instructions (Ubuntu)
### Install dependencies ### Install dependencies
* ``sudo snap install --classic go`` * ``sudo snap install --classic go``, and make sure the Go bin directory is in your `$PATH`
* ``sudo apt install libmpv-dev`` * ``sudo apt install libmpv-dev``
* ``sudo apt install gcc libegl1-mesa-dev xorg-dev`` * ``sudo apt install gcc libegl1-mesa-dev xorg-dev``
@@ -54,7 +54,7 @@ Download the latest release for your operating system. If you prefer to build fr
## Build instructions (Mac OS) ## Build instructions (Mac OS)
### Install dependencies ### Install dependencies
* install go * install go, and make sure the Go bin directory is in your `$PATH`
* install Xcode command-line tools (``xcode-select --install``) * install Xcode command-line tools (``xcode-select --install``)
* install libmpv (``brew install mpv``) * install libmpv (``brew install mpv``)
* install dylibbundler (``brew install dylibbundler``) - needed only for building the .app bundle * install dylibbundler (``brew install dylibbundler``) - needed only for building the .app bundle