diff options
| author | werdl <werdl_@outlook.com> | 2025-05-28 10:23:32 +0100 |
|---|---|---|
| committer | werdl <werdl_@outlook.com> | 2025-05-28 10:23:32 +0100 |
| commit | 8e6309383edd8f8d78c40620a697d48831cd9b44 (patch) | |
| tree | b907b09c832d147efa7e3580ebaa81609f384edc /README.md | |
| parent | 3f92a7181d251d7429c195f856557675cd3a10f5 (diff) | |
| parent | e9cfd96f6720e8f5c316f0ad138d38824c46c006 (diff) | |
Merge branch 'main' of https://github.com/werdl/sxwm
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> --- |
