Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide more information on requirements #158

Merged
merged 1 commit into from
Apr 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ If this does not work, the `amd64` binaries work fine through Rosetta.
## Requirements

Rymdport compiles into a statically linked binary with no explicit runtime dependencies.
Compiling requires a [Go](https://go.dev) compiler (aversion 1.19 or later is required) and the [prerequisites for Fyne](https://developer.fyne.io/started/).
Compiling requires a [Go](https://go.dev) compiler (version 1.19 or later) and the [prerequisites for Fyne](https://developer.fyne.io/started/).

For more information, see the [Requirements]([https://github.com/Jacalz/rymdport/wiki/E](https://github.com/Jacalz/rymdport/wiki/Requirements)) page in the [Rymdport Wiki](https://github.com/Jacalz/rymdport/wiki).

## Building

Expand Down