浏览代码

Update README.md

pull/2/head
Ray 12 年前
父节点
当前提交
66bc7fa523
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      README.md

+ 2
- 2
README.md 查看文件

@ -1,4 +1,4 @@
<img src="http://www.raylib.com/favicon.ico" width=256>
<img src="http://www.raylib.com/img/fb_raylib_logo.png" width=256>
about
-----
@ -85,7 +85,7 @@ raylib could be build with the following command lines (Using GCC compiler):
To compile examples, make sure raylib.h is placed in include path and libraries raylib (libraylib.a) and glfw3 (libglfw3.a)
are placed in the libraries path. It's also recommended to link with file icon.o for fancy raylib icon usage.
cd raylib/src/examples
cd raylib/examples
gcc -o test_code.exe test_code.c icon.o -lraylib -lglfw3 -lopengl32 -lgdi32 -std=c99 -Wl,--subsystem,windows
contact

正在加载...
取消
保存