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`.