summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorRay <[email protected]>2021-11-01 11:52:15 +0100
committerGitHub <[email protected]>2021-11-01 11:52:15 +0100
commitbe361ed3dc42236507ffe74e307b7cc75ec65b02 (patch)
tree56930843c68b5ec7842a5af12c1745634b3f1096 /README.md
parent8c0f9c7f5a7e0b3b5f678bfd2e5337b1c0b71c26 (diff)
downloadraylib-be361ed3dc42236507ffe74e307b7cc75ec65b02.tar.gz
raylib-be361ed3dc42236507ffe74e307b7cc75ec65b02.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 1 insertions, 21 deletions
diff --git a/README.md b/README.md
index 485b6165..3dcf2ecb 100644
--- a/README.md
+++ b/README.md
@@ -79,30 +79,10 @@ int main(void)
build and installation
----------------------
-raylib binary releases for Windows, Linux and macOS are available at the [Github Releases page](https://github.com/raysan5/raylib/releases).
+raylib binary releases for Windows, Linux, macOS, Android and HTML5 are available at the [Github Releases page](https://github.com/raysan5/raylib/releases).
raylib is also available via multiple [package managers](https://github.com/raysan5/raylib/issues/613) on multiple OS distributions.
-#### Installing and building raylib via vcpkg
-
-You can download and install raylib using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:
-
- git clone https://github.com/Microsoft/vcpkg.git
- cd vcpkg
- ./bootstrap-vcpkg.sh
- ./vcpkg integrate install
- vcpkg install raylib
-
-*The raylib port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.*
-
-#### Installing and building raylib via conan
-
-You can download and install raylib using the [conan](https://conan.io) dependency manager:
-
- https://docs.conan.io/en/latest/getting_started.html
-
-*The raylib recipe in conan is kept up to date by conan team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/conan-io/conan-center-index) on the conan-center-index repository.*
-
#### Installing and building raylib on multiple platforms
[raylib Wiki](https://github.com/raysan5/raylib/wiki#development-platforms) contains detailed instructions on building and usage on multiple platforms.