summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwerdl <werdl_@outlook.com>2025-05-28 10:23:32 +0100
committerwerdl <werdl_@outlook.com>2025-05-28 10:23:32 +0100
commit8e6309383edd8f8d78c40620a697d48831cd9b44 (patch)
treeb907b09c832d147efa7e3580ebaa81609f384edc
parent3f92a7181d251d7429c195f856557675cd3a10f5 (diff)
parente9cfd96f6720e8f5c316f0ad138d38824c46c006 (diff)
Merge branch 'main' of https://github.com/werdl/sxwm
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6cbfd19..192ce6a 100644
--- a/README.md
+++ b/README.md
@@ -230,7 +230,7 @@ slackpkg install gcc make libX11 libXinerama</code></pre>
<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-j12 LDFLAGS="-L/usr/X11R6/lib -lX11 -lXinerama -lXcursor"</code>
+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>
---