diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
