📘 Add vcpkg libraries

This commit is contained in:
bitcookies 2025-06-29 12:43:32 +08:00
parent 44e0ef1c74
commit ab945815f7
2 changed files with 6 additions and 7 deletions

View file

@ -41,7 +41,6 @@ There are several ways to use it.
WinRAR Keygen supports `ASCII`, `ANSI` and `UTF8NoBOM` encoding types, the corresponding supported characters are listed in the table below.
> [!NOTE]
> The default is `utf8`, but you can specify the encoding as `ascii` or `ansi`.
| Encoding | Supported Characters | Character Examples |
@ -206,8 +205,9 @@ If you don't want to compile it yourself, you can also go to the [release](https
2. Please make sure you have installed `vcpkg` and the following libraries:
* `mpir:x86-windows-static`
* `mpir:x64-windows-static`
+ `mpir:x86-windows-static`
+ `mpir:x64-windows-static`
+ `mpir:gmp:x64-windows`
is installed.

View file

@ -206,9 +206,9 @@ C:\Users\yourname\AppData\Roaming\WinRAR\rarreg.key
2. 请确保你安装了 `vcpkg` 以及下面几个库:
- `mpir:x86-windows-static`
* `mpir:x64-windows-static`
+ `mpir:x86-windows-static`
+ `mpir:x64-windows-static`
+ `mpir:gmp:x64-windows`
你可以通过下的命令来安装:
@ -273,7 +273,6 @@ dd4ab952600ba16a99236d910bfa995d5f60651ec451f462511507
例如,用 UTF8NoBOM 编码生成 license
> [!NOTE]
> `utf8:` 是为了保证在不同语言的 WinRAR 中做到不变的字符表示。
```shell