mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-03 20:59:18 -05:00
Grammar
@ -68,7 +68,7 @@ If you'd like to use C instead:
|
|||||||
clang -I /path/to/raylib/src -L /usr/local/lib -L /path/to/raylib/release/libs/osx -lglfw -lraylib -framework GLUT -framework OpenGL -framework Cocoa my_app.c -o my_app
|
clang -I /path/to/raylib/src -L /usr/local/lib -L /path/to/raylib/release/libs/osx -lglfw -lraylib -framework GLUT -framework OpenGL -framework Cocoa my_app.c -o my_app
|
||||||
````
|
````
|
||||||
|
|
||||||
Make sure to replace `/path/to/raylib` with the actual path to your cloned copy of the raylib repository.
|
Make sure to replace `/path/to/raylib` with the actual path to your copy of the raylib repository.
|
||||||
|
|
||||||
Now running build.sh (after setting permissions, ie. `chmod +x build.sh`) will compile your program!
|
Now running build.sh (after setting permissions, ie. `chmod +x build.sh`) will compile your program!
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user