diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-09-15 08:43:03 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-09-15 08:43:03 +0900 |
commit | e1658269671118b5126ec053b6ef5fd7b152cddc (patch) | |
tree | 63fa2e27a03943af18a2efd53bf51e4b2ed7d8e3 | |
parent | 055d312423ac7e862350e148b2bbcb30b71b9848 (diff) | |
parent | edbb410fbcbd850a0a1ef792ea2bec059978df5b (diff) | |
download | xbyak-e1658269671118b5126ec053b6ef5fd7b152cddc.tar.gz xbyak-e1658269671118b5126ec053b6ef5fd7b152cddc.zip |
Merge branch 'JonLiu1993-vcpkg-installition' into dev
-rw-r--r-- | doc/install.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/install.md b/doc/install.md index ddc1a10..bbec93d 100644 --- a/doc/install.md +++ b/doc/install.md @@ -12,3 +12,15 @@ make install ``` These files are copied into `/usr/local/include/xbyak`. + +# Building xbyak - Using vcpkg + +You can download and install xbyak using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager: + + git clone https://github.com/Microsoft/vcpkg.git + cd vcpkg + ./bootstrap-vcpkg.sh + ./vcpkg integrate install + ./vcpkg install xbyak + +The xbyak port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository. |