Skip to content

Commit 5802f7d

Browse files
authored
Update README.md
1 parent f61a136 commit 5802f7d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ macOS Mojave | Xcode 10.1
3535
1. Download <b>curl</b> from https://github.com/curl/curl/releases
3636
2. `cd curl_directory\winbuild`
3737
3. 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)
4143
5. If you get the error `U1073` or `U1077` - execute `curl_directory\buildconf.bat` first and repeat the `nmake` command
4244
6. 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/))
5456
5. Open solution created in `NetLicensingClient-cpp\build` directory in Visual Studio and build the library and demo client.
5557

5658
## Linux build

0 commit comments

Comments
 (0)