mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Add some initial information on how to install raylib on FreeBSD
13
Working-on-FreeBSD.md
Normal file
13
Working-on-FreeBSD.md
Normal file
@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user