Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
669ff41d
Commit
669ff41d
authored
Oct 23, 2016
by
Luca Boccassi
Committed by
GitHub
Oct 23, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2170 from vielmetti/patch-1
Update INSTALL to note issues with 'make -j check'
parents
1a02b1b3
92b1b2b1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
INSTALL
INSTALL
+2
-1
No files found.
INSTALL
View file @
669ff41d
...
...
@@ -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
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment