Wrapped the compile command in code tags so it is easier to see and understand

master
highway900 7 lat temu
rodzic
commit
540976f59a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      Working-on-macOS.md

+ 1
- 1
Working-on-macOS.md

@ -96,7 +96,7 @@ You may do the otool check with the file in raylib/src/libs/osx/libraylib.a here
copy raylib/src/libs/osx/libraylib.a to your project.
4. Build your project!
clang -framework OpenAL -framework CoreVideo -framework IOKit -framework Cocoa -framework GLUT -framework OpenGL libraylib.a libglfw3.a my_app.c -o my_app
`clang -framework OpenAL -framework CoreVideo -framework IOKit -framework Cocoa -framework GLUT -framework OpenGL libraylib.a libglfw3.a my_app.c -o my_app`
Check for warnings! This can tell you if a library you're linking to was not built for OSX 10.9, in which case you'll need to rebuild that too.

Ładowanie…
Anuluj
Zapisz