summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorDan J <[email protected]>2021-01-07 03:02:48 -0600
committerGitHub <[email protected]>2021-01-07 10:02:48 +0100
commit33ed14230608667c18b7d28d2f03722354e1c1a2 (patch)
tree4cd3eb2630bd04fd23b7dfe31204fb3257916ce4 /README.md
parent49f9bff26045a171c902399e1d8c478857b8c777 (diff)
downloadraylib-33ed14230608667c18b7d28d2f03722354e1c1a2.tar.gz
raylib-33ed14230608667c18b7d28d2f03722354e1c1a2.zip
Add info to readme for conan dependency manager (#1516)
Co-authored-by: resttime <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index bbf7b99c..28d3bb81 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,14 @@ You can download and install raylib using the [vcpkg](https://github.com/Microso
*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.*
+
#### 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.