From 9d3d6e91396c18f7aae77e02595f774f77cb5996 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Sun, 21 Apr 2024 17:13:37 +0200 Subject: [PATCH] Make compilation documentation even more agnostic --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e8aa35..6cff254 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ The pixel format and screen coordinates are standardized, however, the HID input ## Platform: null This platform has a very simple implementation, that is essentially a no-op for any possible target. It's meant for running a basic test before one makes a proper port. -1. `cc src/main.c -Dunigi_flag_platform_null -o unigi.exe` +1. `cc src/main.c -Dunigi_flag_platform_null` ## Platform: sdl1 This platform implements the highly compatible SDL 1.2, which runs on all sorts of versions of Linux and Windows, as well as big endian CPUs. -1. `cc src/main.c -Dunigi_flag_platform_sdl1 -l SDL -o unigi.exe` +1. `cc src/main.c -Dunigi_flag_platform_sdl1 -lSDL` ## Advanced configuration ### No stdint.h