vault backup: 2022-08-11 09:04:43

Affected files:
02. PARA/03. Resources(資源)/sqlite.md
This commit is contained in:
2022-08-11 09:04:44 +08:00
parent 99513f66e3
commit 0e7c45f798

View File

@@ -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. 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. 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`. 3. Run `Developer Command Prompt for VS ****` which is usually available at `Start -> Programs -> Visual Studio **** -> Visual Studio Tools`.