summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2018-02-03 11:31:54 +0100
committerGitHub <[email protected]>2018-02-03 11:31:54 +0100
commit7918c0bf71e3b114264916c64def263e83ce78d0 (patch)
treebd5076743f976aa77571bfe849401c3ed8acea80
parent7f5fa4d49c4641a8dc0a6716b64cec9166f3fcdc (diff)
downloadraylib-7918c0bf71e3b114264916c64def263e83ce78d0.tar.gz
raylib-7918c0bf71e3b114264916c64def263e83ce78d0.zip
Removed external dependencies
-rw-r--r--release/README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/release/README.md b/release/README.md
index 7189365b..560070f5 100644
--- a/release/README.md
+++ b/release/README.md
@@ -2,14 +2,4 @@
In this folder you can find raylib library pre-compiled and ready-to-use for different platforms.
-It also includes additional raylib required libraries for different platforms that sometimes users need to compile by themselfs.Depending on target platform some libraries can be just downloaded from their repos using some package manager software provided by the OS, very tipical in Linux (`apt-get`) and OSX.
-
-**Provided libraries you will find in this folder are:**
-
-Library | Version | Date | Platform | Notes
---- | :---: | :---: | :---: | ---
-[raylib]() | 1.8.0 | Oct 2017 | *all* | simple and easy-to-use library for games dev.
-[GLFW3](http://www.glfw.org/) | 3.2.1 | Aug 2016 | win32-mingw32,<br> win32-msvc | Window and input management on desktop platforms
-[OpenAL Soft](http://kcat.strangesoft.net/openal.html) | 1.18.2 | Sep 2017 | win32-mingw32,<br> win32-msvc,<br> Android | Audio device management
-
For detailed information on raylib external dependencies, just check [Wiki information on external dependencies](https://github.com/raysan5/raylib/wiki/External-dependencies).