Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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