From aabf56cfbd4b4e3abe445a7bdd8a2f616a95ce84 Mon Sep 17 00:00:00 2001 From: wintermute Date: Tue, 16 Apr 2024 16:14:07 +0200 Subject: [PATCH] add nixos build dependencies command to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d391fcd..76d2e1c 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ It is also possible to use raylib-go without cgo (Windows only; see requirements dnf install mesa-libGL-devel libXi-devel libXcursor-devel libXrandr-devel libXinerama-devel wayland-devel libxkbcommon-devel +##### NixOS + + nix-shell -p libGL xorg.libXi xorg.libXcursor xorg.libXrandr xorg.libXinerama wayland libxkbcommon + ##### macOS On macOS you need Xcode or Command Line Tools for Xcode.