Skip to content

windows

Orfeo Da Vià edited this page Nov 13, 2020 · 1 revision

The dynamic binding requires no special configuration when using DUB to manage your project. There is no link-time dependency. At runtime, the raylib shared library is required to be on the shared library search path of the user's system and . On Windows, this is typically handled by distributing the GLFW DLL with your program. On other systems, it usually means the user must install the GLFW runtime library through a package manager.

Clone this wiki locally