docs(readme): add some information on OS support

This commit is contained in:
Piotr Grabowski 2023-12-06 22:06:10 +01:00
parent 5d1bec47ad
commit fb91eac669

View file

@ -18,6 +18,9 @@ This fork has been made with personal use for reading manga with
mouse-centered navigation in mind. Consequently, some aspects of other workflows mouse-centered navigation in mind. Consequently, some aspects of other workflows
might have been broken. might have been broken.
The program has only been confirmed to work on Linux, but it is possible it
would work on other platforms.
<p align="center"> <p align="center">
<img src="screenshot.png" title="A screenshot of Gomics-v"> <img src="screenshot.png" title="A screenshot of Gomics-v">
</p> </p>
@ -69,10 +72,11 @@ might have been broken.
## Installation ## Installation
Download the latest release package from the [Releases] page and extract it to Download the latest release package from the [Releases] page (Linux only) and
the location where you want to keep the program files (e.g., `/opt/gomicsv`). extract it to the location where you want to keep the program files (e.g.,
`/opt/gomicsv`).
Or build it from the source: Or build it from the source (see below).
[Releases]: https://github.com/fauu/gomicsv/releases [Releases]: https://github.com/fauu/gomicsv/releases
@ -94,6 +98,14 @@ Building requires [go] and some GTK-related dependencies. See
[gomics: Requirements][gomics-requirements]. GTK-related build steps might take [gomics: Requirements][gomics-requirements]. GTK-related build steps might take
up to 15 minutes on first compile. up to 15 minutes on first compile.
---
Extra information for Windows and macOS:
- <https://github.com/gotk3/gotk3/wiki/Installing-on-Windows>
- <https://github.com/gotk3/gotk3/wiki/Installing-on-macOS>
[go]: https://go.dev/ [go]: https://go.dev/
[gomics-requirements]: https://github.com/salviati/gomics#requirements [gomics-requirements]: https://github.com/salviati/gomics#requirements