mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-29 02:09:17 -05:00
Updated Working on GNU Linux (markdown)
@ -320,7 +320,7 @@ all:
|
|||||||
## The simplest possible build command
|
## The simplest possible build command
|
||||||
After installing raylib from source or package manager, you can build a project with this command (modify as necessary):
|
After installing raylib from source or package manager, you can build a project with this command (modify as necessary):
|
||||||
```
|
```
|
||||||
cc game.c -lraylib -lGL -lm -lpthread -ldl -lrt -lX11
|
gcc game.c -lraylib -lGL -lm -lpthread -ldl -lrt -lX11
|
||||||
```
|
```
|
||||||
Creating a Makefile will help with building as the project grows.
|
Creating a Makefile will help with building as the project grows.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user