From b0679cc2f8145ac791d90111c53331810945e3f6 Mon Sep 17 00:00:00 2001 From: Jan-Eric Waclawski Date: Tue, 1 Oct 2019 22:06:41 +0200 Subject: [PATCH] Corrected a typo --- raylib-dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raylib-dependencies.md b/raylib-dependencies.md index ed7e03a..72668da 100644 --- a/raylib-dependencies.md +++ b/raylib-dependencies.md @@ -32,7 +32,7 @@ Despite raylib requires no external dependencies, there are some platform-specif PLATFORM | external dependencies | Notes --- | :---: | --- -DESKTOP:Windows | `OpenGL`, `winmm.lib`, `gdi32`, `user32`, `kernel32` | Required for window creation +DESKTOP:Windows | `OpenGL`, `winmm`, `gdi32`, `user32`, `kernel32` | Required for window creation DESKTOP:Linux | `OpenGL`, `X11` | Also requires linkage with `libm`(math), `pthreads`(POSIX threads), `dl`(dynamic loading) and `X11` window system specific libs: `X11`, `Xrandr`, `Xinerama`, `Xi`, `Xxf86vm` and `Xcursor` DESKTOP:FreeBSD | `OpenGL`, `X11` | Also requires linkage with `libm`(math), `pthreads`(POSIX threads), `dl`(dynamic loading) and `X11` window system specific libs: `X11`, `Xrandr`, `Xinerama`, `Xi`, `Xxf86vm` and `Xcursor` DESKTOP:OSX | `OpenGL`, `Cocoa` | Required for window creation