Updated Working on Windows (markdown)

master
Jeffery Myers 1 year ago
parent
commit
1da590ee1d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Working-on-Windows.md

+ 1
- 1
Working-on-Windows.md

@ -119,7 +119,7 @@ Using MinGW make tool, just navigate from command line to `raylib/examples/` fol
Open `w64devkit.exe` in `C:\raylib\w64devkit` then cd to `c:/raylib/raylib/examples/core` and type:
gcc core_basic_window.c -lraylib -lopengl32 -lgdi32 -lwinmm
gcc core_basic_window.c -lraylib -lgdi32 -lwinmm
This will output `a.exe` to the current directory, where you can run it with `./a.exe`.

Loading…
Cancel
Save