You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-16Lines changed: 7 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,11 +104,13 @@ sudo make uninstall
104
104
105
105
Default configuration should be fine for most systems, but here are available compilation flags:
106
106
107
-
-`-DCOMPILE_TESTS=NO` disables unit test suite even if boost libraries are found.
107
+
-`-DCOMPILE_TESTS=NO` disables unit test suite.
108
108
-`-DCOMPILE_STUBGEN=NO` disables building the stubgenerator.
109
109
-`-DCOMPILE_EXAMPLES=NO` disables examples.
110
-
-`-DHTTP_SERVER=NO` disable the embedded mongoose webserver.
110
+
-`-DHTTP_SERVER=NO` disable the libmicrohttpd webserver.
111
111
-`-DHTTP_CLIENT=NO` disable the curl client.
112
+
-`-DUNIX_DOMAIN_SOCKET_SERVER=NO` disable the unix domain socket server connector.
113
+
-`-DUNIX_DOMAIN_SOCKET_CLIENT=NO` disable the unix domain socket client connector.
112
114
113
115
Using the framework
114
116
===================
@@ -310,21 +312,10 @@ This generates the Latex and HTML documentation into `build/doc`
310
312
311
313
Run the tests
312
314
-------------
313
-
For running the tests, the boost-test framework is required:
315
+
Simply run:
314
316
315
-
**Debian based systems**
316
317
```sh
317
-
cd build
318
-
sudo apt-get install libboost-test-dev
319
-
cmake .. && make test
320
-
```
321
-
322
-
**Mac OS X**
323
-
You need [Brew](http://brew.sh) installed and type the following commands
324
-
```sh
325
-
cd build
326
-
brew install boost
327
-
cmake .. && make test
318
+
make test
328
319
```
329
320
330
-
Testcoverage can be retrieved by invoking the [dev/testcoverage.sh script](https://github.com/cinemast/libjson-rpc-cpp/blob/master/dev/testcoverage.sh).
321
+
Testcoverage can be retrieved by invoking the [dev/testcoverage.sh script](https://github.com/cinemast/libjson-rpc-cpp/blob/master/dev/testcoverage.sh) inside the `dev` folder.
0 commit comments