"a quick start" edit

weijh
2024-02-21 17:56:39 +08:00
parent ce43e5b456
commit 6d190dc657

@ -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