From b33b58db254e3701c53765cc11fff8aa995aa3c1 Mon Sep 17 00:00:00 2001 From: Soccera1 <129828376+Soccera1@users.noreply.github.com> Date: Wed, 28 May 2025 12:48:53 +1000 Subject: Add FreeBSD installation instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4cc6100..a414fb6 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,13 @@ sudo nixos-rebuild switch slackpkg install gcc make libX11 libXinerama +
+FreeBSD +
# If you use doas or su instead of sudo, modify the following commands accordingly.
+sudo pkg update
+sudo pkg install gcc gmake libX11 libXinerama
+
+ --- ## Build & Install @@ -241,6 +248,7 @@ yay -S sxwm ```sh git clone --depth=1 https://github.com/uint23/sxwm.git cd sxwm/ +# Replace make with gmake on FreeBSD make sudo make clean install ``` -- cgit v1.2.3