Skip to content

Commit 8d5ec4f

Browse files
committed
small changes to readme.md file
1 parent db81134 commit 8d5ec4f

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
Lib | Linux | Windows | Mac | BSD |
66
--- | ----- | ------- | --- | --- |
7-
raylib.bi | works | works | should work | should work
8-
raymath.bi | works | works | should work | should work
9-
raygui.bi | not tested | not tested | not tested | not tested
7+
raylib.bi | tested | tested | not tested | not tested
8+
raymath.bi | tested | tested | not tested | not tested
9+
raygui.bi | tested | not tested | not tested | not tested
1010

1111
## example
1212
```basic
@@ -31,4 +31,15 @@ CloseWindow()
3131
![Example](example.png)
3232

3333

34-
game using [raylib-freebasic](https://github.com/WIITD/asteroid_field/tree/raylib-freebasic)
34+
35+
## important
36+
these are just bindings, so you must have raylib already on your computer
37+
38+
the bindings were tested with raylib and raygui compiled separately as shared libraries
39+
40+
for more info about building raylib visit [official wiki](https://github.com/raysan5/raylib/wiki)
41+
and for raygui check [official repo](https://github.com/raysan5/raygui#building)
42+
43+
44+
45+
simple game i wrote that uses [raylib-freebasic](https://github.com/WIITD/asteroid_field/tree/raylib-freebasic)

0 commit comments

Comments
 (0)