- Harbour programming language
- Homepage
- Select your Harbour:
Download raylib binary archive from this page and unpack in the directory:
c:\raylib\bin *.dll
c:\raylib\include *.h
c:\raylib\lib *.a
Environment Variables
set HB_WITH_RAYLIB=c:\raylib\include
set PATH=c:\raylib\bin;%path%
Clone an existing repository only fetching the 10 most recent commits on the default branch (useful to save time):
git clone --depth 10 https://github.com/MarcosLeonardoMendezGerencir/hb-raylib
cd hb-raylib
hb-raylib>hbmk2 hbraylib.hbp
To test it, type:
hb-raylib\examples\harbour\tutorial>hbmk2 tutorial_01.prg
raylib contains detailed instructions on building and usage on multiple platforms.
- Working on Windows
- Working on macOS
- Working on GNU Linux
- Working on FreeBSD
- Working on Raspberry Pi
- Working for Android
- Working for Web (HTML5)
- Working anywhere with CMake