Skip to content

Win64 setup — Step 3 — Create dev & git_repos directories

Justin Clift edited this page May 7, 2016 · 2 revisions

Previous step here.

3. Create dev & git_repos directories

We need to create two directories. One to install OpenSSL, Qt, and SQLite into, and another to hold the DB4S source code.

First create C:\dev, which will hold the libraries we depend on:

Create dev directory

Dev directory created

Next create C:\git_repos to hold our source code:

Create git_repos directory

Git_repos directory created

Next step here.

Clone this wiki locally