Updated Compile for GNU Linux (markdown)

master
Ray 8 年之前
父節點
當前提交
258435561c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      Compile-for-GNU-Linux.md

+ 2
- 2
Compile-for-GNU-Linux.md

@ -59,11 +59,11 @@ Just move to folder `raylib/examples/` and run:
To compile just one specific example:
make core_basic_window PLATFORM=PLATFORM_DESKTOP
make core/core_basic_window PLATFORM=PLATFORM_DESKTOP
To force one example recompile:
make core_basic_window PLATFORM=PLATFORM_DESKTOP -B
make core/core_basic_window PLATFORM=PLATFORM_DESKTOP -B
### Build raylib source code using meson

Loading…
取消
儲存