diff options
author | Paul Colomiets <paul@colomiets.name> | 2012-03-23 01:14:15 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-03-24 09:11:30 +0100 |
commit | 5f9e3a26ee4ee894e39e8964efbd86bac87e2eec (patch) | |
tree | e47459077308306e639880e47ae7bec469f4849a | |
parent | 318d0cd2091b7937781ac09734be5766eb86fee2 (diff) |
Fix command-line for running tests in README
Signed-off-by: Paul Colomiets <paul@colomiets.name>
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,7 +28,7 @@ build and install the library, ensure your system has a C++ compiler installed, and proceed with the following steps: 1. Run `./configure`, then `make` to build the library. -2. Optionally, run `make test` to run the built in test suite. +2. Optionally, run `make check` to run the built in test suite. 3. Run `make install` as root. 4. On Linux or other platforms which use ld.so for dynamic linking, run `ldconfig` or equivalent as root to update your systems shared library @@ -53,7 +53,7 @@ For further details refer to the `doc/xs_zmq.html` or the 'xs_zmq(7)' manual page included with this distribution. NOTE: Enabling this option will *overwrite* any existing installation of -`libzmq` on your system. +`libzmq` on your system. Reporting Bugs |