Improved ReadMe.md.

This commit is contained in:
Simon Sarasova 2024-06-23 10:00:29 +00:00
parent b0ca7d08b8
commit 24b47a8d11
No known key found for this signature in database
GPG key ID: EEDA4103C9C36944
2 changed files with 11 additions and 5 deletions

View file

@ -9,4 +9,4 @@ Many other people have written code for modules which are imported by Seekia. Th
Name | Date Of First Commit | Number Of Commits Name | Date Of First Commit | Number Of Commits
--- | --- | --- --- | --- | ---
Simon Sarasova | June 13, 2023 | 261 Simon Sarasova | June 13, 2023 | 262

View file

@ -58,7 +58,7 @@ Install it by following the instructions on this website: [go.dev/doc/install](h
Fyne is a user interface toolkit and app API written in Golang. Fyne is a user interface toolkit and app API written in Golang.
You will need to install `gcc` and the graphics library header files. You will need to install a C compiler and the graphics library header files.
One of the following commands will probably work: One of the following commands will probably work:
@ -74,10 +74,16 @@ One of the following commands will probably work:
* `sudo zypper install gcc libXcursor-devel libXrandr-devel Mesa-libGL-devel libXi-devel libXinerama-devel libXxf86vm-devel` * `sudo zypper install gcc libXcursor-devel libXrandr-devel Mesa-libGL-devel libXi-devel libXinerama-devel libXxf86vm-devel`
* **Void Linux:** * **Void Linux:**
* `sudo xbps-install -S base-devel xorg-server-devel libXrandr-devel libXcursor-devel libXinerama-devel` * `sudo xbps-install -S base-devel xorg-server-devel libXrandr-devel libXcursor-devel libXinerama-devel`
* **Alpine Linux** * **Alpine Linux:**
* `sudo apk add gcc libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev linux-headers mesa-dev` * `sudo apk add gcc libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev linux-headers mesa-dev`
* **Windows/Mac** * **NixOS:**
* Visit [developer.fyne.io/started](https://developer.fyne.io/started/) to learn the instructions to install Fyne for Windows and Mac. * `nix-shell -p libGL pkg-config xorg.libX11.dev xorg.libXcursor xorg.libXi xorg.libXinerama xorg.libXrandr xorg.libXxf86vm`
* **FreeBSD:**
* `sudo pkg install gcc xorg pkgconf`
* **NetBSD:**
* `sudo pkgin install pkgconf`
* **Windows / Mac:**
* Visit [docs.fyne.io/started](https://docs.fyne.io/started/) to learn the instructions to install Fyne for Windows and Mac.
### Run Seekia ### Run Seekia