File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Visit Labs64 NetLicensing at http://netlicensing.io
77## Dependencies
88
991 . [ 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
18184 . In VC command prompt run command like nmake /f Makefile.vc VC=your_vc MACHINE=your_machine ENABLE_WINSSL=yes
19195 . 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
27221 . Checkout project
28232 . 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
42311 . Install curl dev. For ubuntu sudo apt-get install libcurl4-openssl-dev
43322 . Checkout NetLicensingClient-cpp
You can’t perform that action at this time.
0 commit comments