Selaa lähdekoodia

Add new library requirement

Double Sine 6 vuotta sitten
vanhempi
sitoutus
ec41feca91
2 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  1. 4 0
      doc/how-to-build.md
  2. 4 0
      doc/how-to-build.zh-CN.md

+ 4 - 0
doc/how-to-build.md

@@ -10,6 +10,8 @@
 
    * `capstone[x86]:x64-windows-static`
    * `capstone[x86]:x86-windows-static`
+   * `keystone:x64-windows-static`
+   * `keystone:x86-windows-static`
    * `openssl-windows:x64-windows-static`
    * `openssl-windows:x86-windows-static`
    * `rapidjson:x64-windows-static`
@@ -22,6 +24,8 @@
    ```console
    $ vcpkg install capstone[x86]:x64-windows-static
    $ vcpkg install capstone[x86]:x86-windows-static
+   $ vcpkg install keystone:x64-windows-static
+   $ vcpkg install keystone:x86-windows-static
    $ vcpkg install openssl-windows:x64-windows-static
    $ vcpkg install openssl-windows:x86-windows-static
    $ vcpkg install rapidjson:x64-windows-static

+ 4 - 0
doc/how-to-build.zh-CN.md

@@ -8,6 +8,8 @@
 
    * `capstone[x86]:x64-windows-static`
    * `capstone[x86]:x86-windows-static`
+   * `keystone:x64-windows-static`
+   * `keystone:x86-windows-static`
    * `openssl-windows:x64-windows-static`
    * `openssl-windows:x86-windows-static`
    * `rapidjson:x64-windows-static`
@@ -18,6 +20,8 @@
    ```console
    $ vcpkg install capstone[x86]:x64-windows-static
    $ vcpkg install capstone[x86]:x86-windows-static
+   $ vcpkg install keystone:x64-windows-static
+   $ vcpkg install keystone:x86-windows-static
    $ vcpkg install openssl-windows:x64-windows-static
    $ vcpkg install openssl-windows:x86-windows-static
    $ vcpkg install rapidjson:x64-windows-static