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