summaryrefslogtreecommitdiffhomepage
path: root/projects/Builder/README.md
diff options
context:
space:
mode:
authorMichael Vetter <[email protected]>2018-07-25 13:01:16 +0200
committerMichael Vetter <[email protected]>2018-07-25 13:01:16 +0200
commit01197172ccb9976de43f99bb550ba523bb65f744 (patch)
treec7a176245a48f2e3a426c03d66563acc4c6690a1 /projects/Builder/README.md
parent94b0c49f5de7811912068de2442d6b998b7fb11d (diff)
downloadraylib-01197172ccb9976de43f99bb550ba523bb65f744.tar.gz
raylib-01197172ccb9976de43f99bb550ba523bb65f744.zip
Update Builder example
Update Builder example for raylib 2.0.0. External OpenAL and GLFW are not required anymore.
Diffstat (limited to 'projects/Builder/README.md')
-rw-r--r--projects/Builder/README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/projects/Builder/README.md b/projects/Builder/README.md
index 556806ab..1696e0d2 100644
--- a/projects/Builder/README.md
+++ b/projects/Builder/README.md
@@ -21,6 +21,3 @@ In the provided file we assume that the build file is located at the root folder
Check out the `examples` directory for a simple example on how to use this template.
You can also look at [raymario](https://github.com/jubalh/raymario) for a slightly more complex example which also installs resource files.
-
-# Notice
-The files provided link against glfw3 and openAL because the latest stable version of raylib is version 1.8, which still needs this. For later versions these two dependencies are not necessary anymore.