From e9cfd96f6720e8f5c316f0ad138d38824c46c006 Mon Sep 17 00:00:00 2001 From: werdl Date: Wed, 28 May 2025 08:43:50 +0100 Subject: typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 OpenBSD
doas pkg_add gmake
You will also need the X sets (xbase, xfonts, xserv and xshare) installed. -When you make the code, use gmake instead of make (which will be BSD make). Use the following command to build: gmake CFLAGS+="-I/usr/X11R6/include -Wall -Wextra -O3" -Isrc-j12 LDFLAGS="-L/usr/X11R6/lib -lX11 -lXinerama -lXcursor" +When you make the code, use gmake instead of make (which will be BSD make). Use the following command to build: gmake CFLAGS="-I/usr/X11R6/include -Wall -Wextra -O3 -Isrc" LDFLAGS="-L/usr/X11R6/lib -lX11 -lXinerama -lXcursor" --- -- cgit v1.2.3