aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhoebeHui <20694052+PhoebeHui@users.noreply.github.com>2020-03-30 23:41:06 -0700
committerPhoebeHui <20694052+PhoebeHui@users.noreply.github.com>2020-03-30 23:41:06 -0700
commitefde85a20df0b4b25138ee93aeea1050e6a30c0b (patch)
tree69276db898a10c1115c7f857446abe78497178e6 /README.md
parent173d1a5e18eb879e2734e105e1e12a0e59df63b7 (diff)
downloadoniguruma-efde85a20df0b4b25138ee93aeea1050e6a30c0b.zip
oniguruma-efde85a20df0b4b25138ee93aeea1050e6a30c0b.tar.gz
oniguruma-efde85a20df0b4b25138ee93aeea1050e6a30c0b.tar.bz2
Add vcpkg installation instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4b52a53..34e48b8 100644
--- a/README.md
+++ b/README.md
@@ -227,7 +227,16 @@ Install
(I have checked by Visual Studio Community 2015)
+Alternatively, you can build and install oniguruma using [vcpkg](https://github.com/microsoft/vcpkg/) dependency manager:
+ 1. git clone https://github.com/Microsoft/vcpkg.git
+ 2. cd vcpkg
+ 3. ./bootstrap-vcpkg.bat
+ 4. ./vcpkg integrate install
+ 5. ./vcpkg install oniguruma
+
+The oniguruma 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.
Regular Expressions
-------------------