Skip to content

Win64 setup — Step 11 — Generate MSVC solution file

Karim ElDeeb edited this page Jun 9, 2018 · 4 revisions

Previous page here.

11. Generate MSVC solution file

Launch the VS2013 x64 Native Tool window again, change to the C:\git_repos\sqlitebrowser directory, then run:

cmake -G "Visual Studio 12 2013 Win64" -Wno-dev

If you have Visual Studio 2017 then:

cmake -G "Visual Studio 15 2017 Win64" -Wno-dev

xyz

Microsoft Visual Studio 2013 will now be able to build the project.

Next page here.

Clone this wiki locally