File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,10 @@ macOS Mojave | Xcode 10.1
35351 . Download <b >curl</b > from https://github.com/curl/curl/releases
36362 . ` cd curl_directory\winbuild `
37373 . Read ` BUILD_WINDOWS.txt ` for building instructions
38- 4 . In ** VC command prompt** :
39- ``` nmake /f Makefile.vc VC=15 MACHINE=x64 ENABLE_WINSSL=yes MODE=dll ```
38+ 4 . In ** VC command prompt** execute:
39+ ```
40+ nmake /f Makefile.vc VC=15 MACHINE=x64 ENABLE_WINSSL=yes MODE=dll
41+ ```
4042 (replace ` VC ` and ` MACHINE ` with your actual version / platform)
41435 . If you get the error ` U1073 ` or ` U1077 ` - execute ` curl_directory\buildconf.bat ` first and repeat the ` nmake ` command
42446 . Your ` curl ` build directory will be in sub directory ` builds\ `
@@ -50,7 +52,7 @@ macOS Mojave | Xcode 10.1
5052 cd NetLicensingClient-cpp\build
5153 cmake .. -G "Visual Studio 15 2017 Win64" -DCMAKE_PREFIX_PATH=your_curl_build_directory
5254 ```
53- (replace ` -G ` argument with your actual version / platform, see ` cmake ` documentation)
55+ (replace ` -G ` argument with your actual version / platform, see [ ` cmake ` documentation] ( https://cmake.org/cmake/help/latest/ ) )
54565 . Open solution created in ` NetLicensingClient-cpp\build ` directory in Visual Studio and build the library and demo client.
5557
5658## Linux build
You can’t perform that action at this time.
0 commit comments