This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
"a quick start" edit
master
weijh
1 year ago
parent
ce43e5b456
commit
6d190dc657
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Working-on-Windows.md
+ 1
- 1
Working-on-Windows.md
@ -31,7 +31,7 @@ int main() {
}
```
5. Compile
with
:
5. Compile
in w64devkit.exe console
:
>
`gcc -o raylibhelloworld.exe raylibhelloworld.c -lraylib -lopengl32 -lgdi32 -lwinmm`
6. Run:
Write
Preview
Loading…
Cancel
Save