| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-08 | Meson: build library with so version | Michael Vetter | |
| This should always be the number of the raylib release. Especially when the new version is ABI incompatible the major version should be bumped. | |||
| 2017-06-05 | Allow static/dynamic library building with meson | Michael Vetter | |
| Using the library() function instead of shared_library() allows changing of the library type via the default_library option. This allows for easy change between static and dynamic library building. Use 'meson --default-library=static builddir' to build as static, if no builddir yet exists. Use 'mesonconf -Ddefault_library=static builddir' to change the type for an existing builddir. | |||
| 2017-06-05 | Add meson files for basic Linux building | Michael Vetter | |
