From c7eeeeb57a27a46da48e555d9ae721556b061f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=20=E5=BE=81=E8=B5=9C?= <959220793@qq.com> Date: Mon, 28 Aug 2023 23:54:16 +0800 Subject: [PATCH] update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dad11a9..de85dac 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ const decrypted= (await DecryptQmcWasm(cipherText, extension)).data; ### 自行构建 +#### 依赖 +要自行构建此项目,请确保已经安装[Git]与[CMake]且其路径已经添加到 `PATH` #### Linux 在此项目根目录中执行 `./build-wasm` 即可构建。构建结果将位于此项目根目录的npm子目录中。 #### Windows @@ -38,3 +40,5 @@ const decrypted= (await DecryptQmcWasm(cipherText, extension)).data; [授权协议]: https://github.com/nullptr-0/QmcWasm/blob/master/LICENSE.txt [qmc_wasm.ts]: https://github.com/nullptr-0/QmcWasm/blob/master/qmc_wasm.ts [GitHub Actions]: https://github.com/nullptr-0/QmcWasm/actions +[Git]: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git +[CMake]: https://cmake.org/download/