Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
Mention pre-built binary in README
Browse files Browse the repository at this point in the history
  • Loading branch information
vfaronov committed May 31, 2021
1 parent 915d096 commit 9755d79
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,20 @@ try installing `ssh-askpass-gnome`.
[`SSH_ASKPASS`]: https://man.openbsd.org/ssh#SSH_ASKPASS


### Gunison pre-built

If you use Linux x86_64, try the [pre-built binary][].

[pre-built binary]: https://github.com/vfaronov/gunison/releases


### Gunison from source

On other platforms, or if the pre-built binary doesn't work, build from source.
You need [Go][] 1.16+ and Git, as well as GTK 3 and the associated C toolchain.
`go install github.com/vfaronov/gunison@latest` will download and compile
Gunison and its dependencies, and install the `gunison` (or `gunison.exe`)
executable in `$GOBIN`. Alternatively, `go install` in a source checkout.
executable in `$GOBIN`. Alternatively, `go install .` in a source checkout.

Here's a complete recipe for Debian/Ubuntu:

Expand Down

0 comments on commit 9755d79

Please sign in to comment.