Skip to content

Commit 492f17d

Browse files
authored
Update README.md
1 parent c20e107 commit 492f17d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ and install the software.
6262

6363
```batchfile
6464
> set N_ARCH=\
65-
> set LIBRARY_INC= rem location of your vcpkg installed\x64-windows-static include
66-
> set LIBRARY_LIB= rem location of your vcpkg installed\x64-windows-static lib
67-
> set LIBRARY_PREFIX=C:\opt rem for example
65+
> set LIBRARY_INC= ::location of your vcpkg installed\x64-windows-static include
66+
> set LIBRARY_LIB= ::location of your vcpkg installed\x64-windows-static lib
67+
> set LIBRARY_PREFIX=C:\opt :: for example
6868
> nmake.exe /nologo /f makefiles\Windows.mak build
6969
> nmake.exe /nologo /f makefiles\Windows.mak run_test
7070
> nmake.exe /nologo /f makefiles\Windows.mak install

0 commit comments

Comments
 (0)