scripts are split between local and installs

This commit is contained in:
2026-06-23 21:01:42 +02:00
parent 25612fc232
commit fddbf187ee
4 changed files with 0 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/bash
# ---------------------------------------------------------------------------------
# Raylib-go dependency install recipe
# Target: Void Linux
# Installs system libs needed for raylib to run
# ---------------------------------------------------------------------------------
set -e
echo "Installing raylib-go system dependencies..."
sudo xbps-install make alsa-lib-devel libglvnd-devel libX11-devel libXrandr-devel libXi-devel libXcursor-devel libXinerama-devel mesa MesaLib-devel
echo ""
echo "✓ Raylib-go dependencies installed."
echo ""