summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruint23 <72694427+uint23@users.noreply.github.com>2025-05-29 15:47:48 +0100
committerGitHub <noreply@github.com>2025-05-29 15:47:48 +0100
commit39798d62d31f930fcf8b58af951010b077c5ce47 (patch)
tree28eb5408a845f838b9983fadb7aa27fadbc5ccfb
parent50fb82ec80847c7dca113d3f848b0bf75be6df92 (diff)
parentb33b58db254e3701c53765cc11fff8aa995aa3c1 (diff)
Merge pull request #53 from Soccera1/patch-2
Add FreeBSD installation instructions
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index d7c3553..0b9c0e6 100644
--- a/README.md
+++ b/README.md
@@ -226,6 +226,13 @@ sudo nixos-rebuild switch
slackpkg install gcc make libX11 libXinerama</code></pre>
</details>
+<details>
+<summary>FreeBSD</summary>
+<pre><code># If you use doas or su instead of sudo, modify the following commands accordingly.
+sudo pkg update
+sudo pkg install gcc gmake libX11 libXinerama</code></pre>
+</details>
+
---
## 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
```