We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c20e107 commit 492f17dCopy full SHA for 492f17d
README.md
@@ -62,9 +62,9 @@ and install the software.
62
63
```batchfile
64
> 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
+> set LIBRARY_INC= ::location of your vcpkg installed\x64-windows-static include
+> set LIBRARY_LIB= ::location of your vcpkg installed\x64-windows-static lib
+> set LIBRARY_PREFIX=C:\opt :: for example
68
> nmake.exe /nologo /f makefiles\Windows.mak build
69
> nmake.exe /nologo /f makefiles\Windows.mak run_test
70
> nmake.exe /nologo /f makefiles\Windows.mak install
0 commit comments