This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Add some initial information on how to install raylib on FreeBSD
master
Mateusz Piotrowski
5 years ago
parent
3331a9e7e4
commit
ec4fbd0d12
1 changed files
with
13 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-0
Working-on-FreeBSD.md
+ 13
- 0
Working-on-FreeBSD.md
@ -0,0 +1,13 @@
# Installation
raylib can be installed on FreeBSD with pkg (prebuiled binary package, recommended):
```console
# pkg install raylib
```
or using the FreeBSD Ports Collection (building from source, if you want to modify the sources):
```console
# cd /usr/ports/devel/raylib
&
&
make install clean
```
Write
Preview
Loading…
Cancel
Save