소스 검색
Update README.md
pull/5173/head
Ray
1 개월 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일과
1개의 추가작업 그리고
0개의 파일을 삭제
-
examples/README.md
|
|
@ -6,6 +6,7 @@ The examples assume you have already built the `raylib` library in `../src`. |
|
|
|
|
|
|
|
- `make` builds all examples |
|
|
|
- `make [module]` builds all examples for a particular module (e.g `make core`) |
|
|
|
- `make [module]/[name]` builds one examples for a particular module (e.g `make core/core_basic_window`) |
|
|
|
|
|
|
|
### With Zig |
|
|
|
|
|
|
|