We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d299eb5 commit ab9116dCopy full SHA for ab9116d
README.MD
@@ -2,14 +2,14 @@
2
3
### 0.Aboud
4
5
-> this is a SDL2 lua binding, we can use SDL2 api via lua script ...
+> this is a [SDL2](https://www.libsdl.org/) lua binding, we can use SDL2 api via lua script ...
6
7
## 2.Build
8
9
* download libraries (read the `library/README.MD` file for more information)
10
-* install (msys2)[https://www.msys2.org/]
+* install [msys2](https://www.msys2.org/)
11
* install mingw (run `pacman -S mingw-w64-x86_64-toolchain base-devel` in msys2 terminal)
12
-* install (chocolatey)[https://chocolatey.org/]
+* install [chocolatey](https://chocolatey.org/)
13
* install make (run `choco install make`)
14
* then run `make` command in root directory
15
0 commit comments