Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 1.92 KB

File metadata and controls

60 lines (43 loc) · 1.92 KB

Getting started

Installing on Windows

Install raylib

Download raylib binary archive from this page and unpack in the directory:

c:\raylib\bin *.dll
c:\raylib\include *.h
c:\raylib\lib *.a

install hb-raylib

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

Installing and building raylib on multiple platforms

raylib contains detailed instructions on building and usage on multiple platforms.


Edit me