Skip to content

Commit b4481a6

Browse files
committed
Fixed wrong instruction with mswin build
1 parent f6b62d0 commit b4481a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/windows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,14 @@ make
123123
more, modify _RUBYW_INSTALL_NAME_ directly in the Makefile.
124124
125125
3. You need specify vcpkg directory to use `--with-opt-dir`
126-
option like `win32\configure.bat --with-opt-dir=vcpkg_installed\x64-windows`
126+
option like `win32\configure.bat --with-opt-dir=C:/vcpkg_installed/x64-windows`
127127
128128
4. Run `nmake up` if you are building from GIT source.
129129
130130
5. Run `nmake`
131131
132-
6. Run `nmake prepare-vcpkg` if you need to copy vcpkg installed
133-
libraries like `libssl-3-x64.dll` to the build directory.
132+
6. Run `nmake prepare-vcpkg` with administrator privilege if you need to
133+
copy vcpkg installed libraries like `libssl-3-x64.dll` to the build directory.
134134
135135
7. Run `nmake check`
136136

0 commit comments

Comments
 (0)