mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Fixed Readme typo "raylib" to "raygui" in building section (#168)
Co-authored-by: Oleg Dzhuraev <oleg.dzhuraev@playgendary.com>
This commit is contained in:
@ -86,7 +86,7 @@ Provided set of icons can be reviewed and customized using [rGuiIcons](https://r
|
||||
|
||||
- **Windows (MinGW, GCC)**
|
||||
```
|
||||
copy src/raylib.h src/raylib.c
|
||||
copy src/raygui.h src/raygui.c
|
||||
gcc -o src/raygui.dll src/raygui.c -shared -DRAYGUI_IMPLEMENTATION -DBUILD_LIBTYPE_SHARED -static-libgcc -lopengl32 -lgdi32 -lwinmm -Wl,--out-implib,src/librayguidll.a
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user