From b4481a6b8bf753d94fca852117058afa2493bb3d Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 3 Dec 2024 17:43:56 +0900 Subject: [PATCH] Fixed wrong instruction with mswin build --- doc/windows.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/windows.md b/doc/windows.md index d20323d8f2..b802edf170 100644 --- a/doc/windows.md +++ b/doc/windows.md @@ -123,14 +123,14 @@ make more, modify _RUBYW_INSTALL_NAME_ directly in the Makefile. 3. You need specify vcpkg directory to use `--with-opt-dir` - option like `win32\configure.bat --with-opt-dir=vcpkg_installed\x64-windows` + option like `win32\configure.bat --with-opt-dir=C:/vcpkg_installed/x64-windows` 4. Run `nmake up` if you are building from GIT source. 5. Run `nmake` -6. Run `nmake prepare-vcpkg` if you need to copy vcpkg installed - libraries like `libssl-3-x64.dll` to the build directory. +6. Run `nmake prepare-vcpkg` with administrator privilege if you need to + copy vcpkg installed libraries like `libssl-3-x64.dll` to the build directory. 7. Run `nmake check`