Skip to content

Win64 setup — Step 12 — Compile DB4S using MSVC

Chris Locke edited this page May 15, 2017 · 4 revisions

Previous page here.

12. Compile DB4S using MSVC

Start "Visual Studio 2013" from the Windows menu:

xyz

Choose whatever settings and theme appeals to you:

xyz

xyz

xyz

Once it's started, choose "FILE" → "Open" → "Project/Solution" from the top menu:

xyz

Select the DB Browser for SQLite.sln file in C:\git_repos\sqlitebrowser. Note the screenshot below is a bit old, and still shows the old name - sqlitebrowser.sln. The concept is still the same though:

xyz

Select "ALL_BUILD" in the solution explorer pane to the right, then choose "Build" → "Build ALL_BUILD" from the top menu:

xyz

This will take a while to compile DB4S (could be a few minutes), and should finish with a message like "Build: 7 succeeded, 0 failed, [etc]" in the output pane to the bottom:

xyz

Next page here.

Clone this wiki locally