summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoruint23 <72694427+uint23@users.noreply.github.com>2025-05-29 16:29:15 +0100
committerGitHub <noreply@github.com>2025-05-29 16:29:15 +0100
commit217bd0585ac4eac779d50f2039bbf447cae42316 (patch)
tree9e38b2f313d765dd9446a2afcc5f7f8a14b502d6 /README.md
parent39798d62d31f930fcf8b58af951010b077c5ce47 (diff)
parent556d02be86bf0c85cdd092fb13701d65417ab721 (diff)
Merge pull request #54 from werdl/main
Add OpenBSD installation instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0b9c0e6..5840707 100644
--- a/README.md
+++ b/README.md
@@ -227,6 +227,13 @@ slackpkg install gcc make libX11 libXinerama</code></pre>
</details>
<details>
+<summary>OpenBSD</summary>
+<pre><code>doas pkg_add gmake</code></pre>
+You will also need the X sets (<code>xbase</code>, <code>xfonts</code>, <code>xserv</code> and <code>xshare</code>) installed.
+When you make the code, use <code>gmake</code> instead of <code>make</code> (which will be BSD make). Use the following command to build: <code>gmake CFLAGS="-I/usr/X11R6/include -Wall -Wextra -O3 -Isrc" LDFLAGS="-L/usr/X11R6/lib -lX11 -lXinerama -lXcursor"</code>
+</details>
+
+<details>
<summary>FreeBSD</summary>
<pre><code># If you use doas or su instead of sudo, modify the following commands accordingly.
sudo pkg update