mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
Update INSTALL to note issues with 'make -j check'
Some of the tests cannot be run in parallel; until the Makefile is fixed, note this in INSTALL.
This commit is contained in:
parent
1a02b1b3f2
commit
92b1b2b181
3
INSTALL
3
INSTALL
@ -67,7 +67,8 @@ The simplest way to compile this package is:
|
||||
2. Type `make' to compile the package.
|
||||
|
||||
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
|
||||
documentation.
|
||||
|
Loading…
Reference in New Issue
Block a user