From 24b47a8d11c21c9ec0cd8dd799d28b207598e3ae Mon Sep 17 00:00:00 2001 From: Simon Sarasova Date: Sun, 23 Jun 2024 10:00:29 +0000 Subject: [PATCH] Improved ReadMe.md. --- Contributors.md | 2 +- ReadMe.md | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Contributors.md b/Contributors.md index 4356760..751393e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -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 --- | --- | --- -Simon Sarasova | June 13, 2023 | 261 \ No newline at end of file +Simon Sarasova | June 13, 2023 | 262 \ No newline at end of file diff --git a/ReadMe.md b/ReadMe.md index d56587e..5349a64 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -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. -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: @@ -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` * **Void Linux:** * `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` -* **Windows/Mac** - * Visit [developer.fyne.io/started](https://developer.fyne.io/started/) to learn the instructions to install Fyne for Windows and Mac. +* **NixOS:** + * `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