-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Working on FreeBSD
Mateusz Piotrowski edited this page Feb 7, 2020
·
1 revision
raylib can be installed on FreeBSD with pkg (prebuiled binary package, recommended):
# pkg install raylib
or using the FreeBSD Ports Collection (building from source, if you want to modify the sources):
# cd /usr/ports/devel/raylib && make install clean
www.raylib.com | itch.io | GitHub | Discord | YouTube
- Architecture
- Syntax analysis
- Data structures
- Enumerated types
- External dependencies
- GLFW dependency
- libc dependency
- Platforms and graphics
- Input system
- Default shader
- Custom shaders
- Coding conventions
- Integration with other libs
- Working on Windows
- Working on macOS
- Working on GNU Linux
- Working on Chrome OS
- Working on FreeBSD
- Working on Raspberry Pi
- Working for Android
- Working for Web (HTML5)
- Creating Discord Activities
- Working anywhere with CMake
- CMake Build Options
- raylib templates: Get started easily
- How To: Quick C/C++ Setup in Visual Studio 2022, GCC or MinGW
- How To: C# Visual Studio Setup
- How To: VSCode
- How To: Eclipse
- How To: Sublime Text
- How To: Code::Blocks