This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Archivist
/
raylib-src
огледало од
https://github.com/raysan5/raylib
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
24
Вики
Activity
Add some initial information on how to install raylib on FreeBSD
master
Mateusz Piotrowski
пре 5 година
родитељ
3331a9e7e4
комит
ec4fbd0d12
1 измењених фајлова
са
13 додато
и
0 уклоњено
Подељен поглед
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…
Откажи
Сачувај