Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.11 KB

File metadata and controls

47 lines (33 loc) · 1.11 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

Edit me