From 0e7c45f7989428d04bf3cf2d40eea6a8a960ad13 Mon Sep 17 00:00:00 2001 From: Awin Huang Date: Thu, 11 Aug 2022 09:04:44 +0800 Subject: [PATCH] vault backup: 2022-08-11 09:04:43 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Affected files: 02. PARA/03. Resources(資源)/sqlite.md --- 02. PARA/03. Resources(資源)/sqlite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02. PARA/03. Resources(資源)/sqlite.md b/02. PARA/03. Resources(資源)/sqlite.md index b803feb..af3f056 100644 --- a/02. PARA/03. Resources(資源)/sqlite.md +++ b/02. PARA/03. Resources(資源)/sqlite.md @@ -1,4 +1,4 @@ -## Build Sqlite3 +## Build static library 1. Navigate to [https://www.sqlite.org/download.html](https://www.sqlite.org/download.html) and download latest `amalgamation` source version of SQLite. 2. Extract all the files into your project directory, or your include path, or separate path that you will add/added as include path in your project properties. 3. Run `Developer Command Prompt for VS ****` which is usually available at `Start -> Programs -> Visual Studio **** -> Visual Studio Tools`.