Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
spezifisch committed Aug 4, 2024
1 parent 45d6664 commit 15c133f
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,15 @@ Browser:

[mpv](https://mpv.io):

* Linux (Debian/Ubuntu): `apt install libmpv libmpv-dev`
* MacOS (Homebrew): `brew install mpv` (not the cask)
* Linux (Debian/Ubuntu): `apt install pkg-config libmpv libmpv-dev`
* MacOS (Homebrew): `brew install pkg-config mpv` (not the cask)

Go build dependencies
Go build dependencies)

* Go 1.19+
* [tview](https://github.com/rivo/tview)
* [go-mpv](https://github.com/spezifisch/go-mpv)

### OSX path setup

On OSX if you installed mpv with brew you may need to set the following paths
(these differ between Intel and ARM Macs):

```shell
export C_INCLUDE_PATH="$(brew --prefix)/include:$C_INCLUDE_PATH"
export LIBRARY_PATH="$(brew --prefix)/lib:$LIBRARY_PATH"
```

## Compiling

stmp should compile normally with `go build`. Cgo is needed for linking with libmpv.
Expand Down

0 comments on commit 15c133f

Please sign in to comment.