docs: build instruction and new components
This commit is contained in:
parent
95048cbff1
commit
f3edba7b0c
13
README.MD
13
README.MD
@ -40,8 +40,21 @@
|
||||
|
||||
在 Windows 下使用 CMake + Visual Studio 2022 构建。
|
||||
|
||||
第一次构建前请到 `third-party/sqlite3` 目录下执行 `fetch_sqlite3.sh`,或手动下载源码放置到对应的位置。
|
||||
|
||||
然后就可以利用 CMake 构建了:
|
||||
|
||||
```cmd
|
||||
cmake --preset vs -DCMAKE_BUILD_TYPE=Release
|
||||
cmake --build --preset vs-release --config Release
|
||||
copy /y README.MD .\\build\\vs2022\\
|
||||
```
|
||||
|
||||
## 第三方软件
|
||||
|
||||
该程序用到了以下第三方软件:
|
||||
|
||||
- [SQLite3](https://www.sqlite.org/) (Public Domain)
|
||||
- [Tiny AES in C](https://github.com/kokke/tiny-AES-c) (Public Domain)
|
||||
- [MD5.c](https://github.com/freebsd/freebsd-src/blob/release/14.2.0/sys/kern/md5c.c) (from FreeBSD)
|
||||
- Derived from the "RSA Data Security, Inc. MD5 Message-Digest Algorithm".
|
||||
|
Loading…
Reference in New Issue
Block a user