Ver código fonte

Update README.md

Petro Romanovych 5 anos atrás
pai
commit
a4df3ad8bb
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -3,6 +3,12 @@
 (static) D bindings for [raylib](https://www.raylib.com/), a simple and easy-to-use library to learn videogames programming.
 # Installation
 `dub add raylib-d`
+## First, get a copy of Raylib
+you can get the library by compiling it from the (source)[https://github.com/raysan5/raylib], download the (official precompiled binaries)[https://github.com/raysan5/raylib/releases] or (download them from our repository)[https://google.com/] (originally taken from official releases, sorted in folders for each system).
+## In order to link against raylib, add it to your dub.json.
+```json
+"libs": [ "raylib" ]
+```
 # [Docs / cheatsheet](https://github.com/onroundit/raylib-d/wiki)
 # License
 raylib-d is licensed under an unmodified zlib/libpng license. View [LICENSE](LICENSE).