mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-05 13:49:17 -05:00
"a quick start" edit
@ -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`
|
> `gcc -o raylibhelloworld.exe raylibhelloworld.c -lraylib -lopengl32 -lgdi32 -lwinmm`
|
||||||
|
|
||||||
6. Run:
|
6. Run:
|
||||||
|
|||||||
Reference in New Issue
Block a user