mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-20 18:48:16 +00:00
Update INSTALL to note issues with parallel "make -j check"
Documentation also patched in libzmq. Closes #151 to document non-support for parallel make check.
This commit is contained in:
parent
7302228026
commit
dc68d2ef45
3
INSTALL
3
INSTALL
@ -62,7 +62,8 @@ The simplest way to compile this package is:
|
|||||||
2. Type `make' to compile the package.
|
2. Type `make' to compile the package.
|
||||||
|
|
||||||
3. Optionally, type `make check' to run any self-tests that come with
|
3. Optionally, type `make check' to run any self-tests that come with
|
||||||
the package.
|
the package. Note that `make -j check' is not supported as some
|
||||||
|
tests share infrastructure and cannot be run in parallel.
|
||||||
|
|
||||||
4. Type `make install' to install the programs and any data files and
|
4. Type `make install' to install the programs and any data files and
|
||||||
documentation.
|
documentation.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user