DiligentGraphics / DiligentEngine

A modern cross-platform low-level graphics library and rendering framework
http://diligentgraphics.com/diligent-engine/
Apache License 2.0
3.63k stars 331 forks source link

Docs about how to link #292

Closed HydrogenC closed 3 months ago

HydrogenC commented 5 months ago

I noted there is a macro called ENGINE_DLL which controls how the engine is linked. However, the README is lacking docs about details about this macro and how to toggle between static link and dynamic link manually.
It should be notified in the docs that the link mode can be toggled by switching between -shared and -static targets.