Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnautDaniel authored Sep 13, 2020
1 parent d9c5624 commit cd3ed61
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,14 @@ Raylib 3.0 bindings for Gforth.
More (and better) examples coming soon.

Simply `include raylib3.fs` and you're good to go.

You will need to install raylib. Some distributions include a package but it'll be easiest to just use this process.

```
git clone https://github.com/raysan5/raylib
cd raylib/src
make PLATFORM=PLATFORM_DESKTOP RAYLIB_LIBTYPE=SHARED
sudo make install RAYLIB_LIBTYPE=SHARED
```

Check https://github.com/raysan5/raylib/wiki/Working-on-GNU-Linux for more details.

0 comments on commit cd3ed61

Please sign in to comment.