Compiling SQLite3 as a Shared Library for Unreal Engine (Linux)
I’m looking into how to compile SQLite as a shared library (.so) for Linux in a way that aligns with Unreal Engine best practices—specifically for dynamic linking, proper symbol visibility, and compiler flags equivalent to /MD on Windows. Linux vs. Windows: Dynamic Linking and Build Settings On Windows,