aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2013-12-02 16:07:58 +0100
committerRay <raysan5@gmail.com>2013-12-02 16:07:58 +0100
commit66bc7fa5236b2a2660b1ffdd7c45cf4352c39b1e (patch)
tree84af28a95b86becbd6a52560a2a817d4e4b73f87 /README.md
parente1dd9f9cddf52ebc408d48481e4aa97e549dcdc5 (diff)
downloadraylib-66bc7fa5236b2a2660b1ffdd7c45cf4352c39b1e.tar.gz
raylib-66bc7fa5236b2a2660b1ffdd7c45cf4352c39b1e.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ebb528eb..0b671c0e 100644
--- a/README.md
+++ b/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