Skip to content

version

Orfeo Da Vià 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 raylib declared version raylib git describe raylib commit
0.1.0 3.7.0 3.7.0 b6c8d343
0.4.0 4.0.0 3.7.0-567-g13376de0 13376de0