Skip to content

Commit b773156

Browse files
author
a-pavlov
committed
2 parents 992e27f + 3efdb51 commit b773156

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Visit Labs64 NetLicensing at http://netlicensing.io
77
## Dependencies
88

99
1. [curl](https://github.com/curl/curl)
10-
2. [jsoncpp](https://github.com/open-source-parsers/jsoncpp)
10+
2. [jsoncpp](https://github.com/open-source-parsers/jsoncpp)(included)
1111

1212
## Windows build
1313

@@ -18,11 +18,6 @@ Visit Labs64 NetLicensing at http://netlicensing.io
1818
4. In VC command prompt run command like nmake /f Makefile.vc VC=your_vc MACHINE=your_machine ENABLE_WINSSL=yes
1919
5. curl builds will be in sub directory \builds
2020

21-
### Build jsoncpp
22-
1. Download or checkout [jsoncpp](https://github.com/open-source-parsers/jsoncpp)
23-
2. Build using CMake and copy headers and sources into directory with dependencies
24-
3. Setup JSONCPP_ROOT environment variable
25-
2621
### Build NetLicensing C++ client
2722
1. Checkout project
2823
2. In NetLicensingClient-cpp create build directory
@@ -32,12 +27,6 @@ Visit Labs64 NetLicensing at http://netlicensing.io
3227

3328
## Linux build
3429

35-
### Build jsoncpp
36-
1. Go to link above and clone or download release
37-
2. Follow instructions in jsoncpp README
38-
3. Prepare root directory with include and lib sub directories
39-
4. Set JSONCPP_ROOT (or CMAKE_PREFIX_PATH) path to root directory with include/lib
40-
4130
### Build NetLincesing-cpp
4231
1. Install curl dev. For ubuntu sudo apt-get install libcurl4-openssl-dev
4332
2. Checkout NetLicensingClient-cpp

0 commit comments

Comments
 (0)