summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-01-26 12:38:01 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-01-26 12:38:01 +0900
commitf9bf7d531bcea3fde3bb055d5d517f93945515dd (patch)
treec64d36dbd5fde44a82c02ba5132f54cc6d52b6aa /doc
parent7567e4e1e1e8029b19cda81b612f2d1a0c27cb9f (diff)
Added vcpkg manifest for windows build environment.
"builtin-baseline": "53bef8994c541b6561884a8395ea35715ece75db" is 2024.01.12 released version of vcpkg. https://github.com/microsoft/vcpkg/releases/tag/2024.01.12
Diffstat (limited to 'doc')
-rw-r--r--doc/windows.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/windows.md b/doc/windows.md
index a8bc4f6a42..2020eec9cf 100644
--- a/doc/windows.md
+++ b/doc/windows.md
@@ -88,10 +88,11 @@ make
scoop install git ruby sed patch
```
-5. You need to install required libraries using [vcpkg](https://vcpkg.io/) like:
+5. You need to install required libraries using [vcpkg](https://vcpkg.io/) on
+ directory of ruby repository like:
```
- vcpkg --triplet x64-windows install openssl libffi libyaml zlib
+ vcpkg --triplet x64-windows install
```
6. Enable Command Extension of your command line. It's the default behavior
@@ -117,7 +118,7 @@ make
executable without console window if also you want.
3. You need specify vcpkg directory to use `--with-opt-dir`
- option like `configure --with-opt-dir=C:\vcpkg\installed\x64-windows`
+ option like `win32\configure.bat --with-opt-dir=vcpkg_installed\x64-windows`
4. Run `nmake up` if you are building from GIT source.