mirror of
https://github.com/xhacker-zzz/QmcWasm.git
synced 2024-11-25 04:22:16 +00:00
update readme
This commit is contained in:
parent
8373c96f38
commit
c7eeeeb57a
@ -26,6 +26,8 @@ const decrypted= (await DecryptQmcWasm(cipherText, extension)).data;
|
|||||||
|
|
||||||
### 自行构建
|
### 自行构建
|
||||||
|
|
||||||
|
#### 依赖
|
||||||
|
要自行构建此项目,请确保已经安装[Git]与[CMake]且其路径已经添加到 `PATH`
|
||||||
#### Linux
|
#### Linux
|
||||||
在此项目根目录中执行 `./build-wasm` 即可构建。构建结果将位于此项目根目录的npm子目录中。
|
在此项目根目录中执行 `./build-wasm` 即可构建。构建结果将位于此项目根目录的npm子目录中。
|
||||||
#### Windows
|
#### Windows
|
||||||
@ -38,3 +40,5 @@ const decrypted= (await DecryptQmcWasm(cipherText, extension)).data;
|
|||||||
[授权协议]: https://github.com/nullptr-0/QmcWasm/blob/master/LICENSE.txt
|
[授权协议]: https://github.com/nullptr-0/QmcWasm/blob/master/LICENSE.txt
|
||||||
[qmc_wasm.ts]: https://github.com/nullptr-0/QmcWasm/blob/master/qmc_wasm.ts
|
[qmc_wasm.ts]: https://github.com/nullptr-0/QmcWasm/blob/master/qmc_wasm.ts
|
||||||
[GitHub Actions]: https://github.com/nullptr-0/QmcWasm/actions
|
[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/
|
||||||
|
Loading…
Reference in New Issue
Block a user