Files
UnrealEngineUWP/Engine/Source/ThirdParty/sqlite
Jaroslaw Palczynski 7a1a0762c3 UE-12307: GitHub 959 : Warn if trying to enable SQLiteSupport in Rocket builds
GitHub PR #959

[CL 2489011 by Jaroslaw Palczynski in Main branch]
2015-03-24 04:03:28 -04:00
..

SQLite database support requires the 'amalgamated' source code for sqlite,
obtainable at http://www.sqlite.org/download.html. It also requires you to
compile the engine from Github source code rather than using the precompiled
binary builds from the Unreal Launcher.

Download and extract the Unreal source as per the instructions on Github, then
extract the contents (*.cpp, *.h) from the sqlite amalgamated zip into
Engine/Source/ThirdParty/sqlite/sqlite and build it using VisualStudio.

If you are already building the engine from source it is necessary to rebuild
it once you've added the SQLite files.