Skip to content

version

o3o edited this page Nov 8, 2021 · 7 revisions

raylib evolves rapidly and Ramon often releases new untagged versions (development versions).

bindbc-raylib3 can use either stable versions (eg 4.0.0) or development versions. Obviously it is necessary clone and compile correct version of raylib.

Clone and compile stable version of raylib

See compile raylib.

Clone and compile development version of raylib

Create a branch for desidered raylib version for example raylib version 4.0.0-17

$ git checkout -b v4.0.0-17 3f595fda
$ git describe --tags
4.0.0-17-g3f595fda

Available version

bindbc version note raylib declared version raylib git describe --tags
0.5.0 Static binding 4.0.0 4.0.0-17-g3f595fda
0.4.0 First raylib 4.0.0 4.0.0 3.7.0-567-g13376de0
0.1.0 3.7.0 3.7.0