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
e258890f
Commit
e258890f
authored
Jan 06, 2017
by
Johan Mabille
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
INSTALLATION instructions
parent
7c709e54
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
INSTALL
INSTALL
+22
-0
No files found.
INSTALL
View file @
e258890f
...
...
@@ -14,6 +14,28 @@ If you clone the Git repository then you should start by running the
command
`./
autogen
.
sh
`.
This
is
not
necessary
if
you
get
the
source
packages
.
CMake
installation
==================
The
following
options
are
available
for
cmake
invocation
:
-
`
WITH_PERF_TOOL
'
Enables the build of performance tools. Default value is ON.
- `ZMQ_BUILD_TESTS'
Builds
ZeroMQ
tests
.
Default
value
is
ON
.
-
`
ENABLE_CPACK
'
Enables CPack build rules. This option has effect on Windows
platform only. Default value is ON. Turn it to OFF if you
don'
t
want
the
runtime
libraries
to
be
installed
(
typically
if
your
installation
destination
already
contains
them
).
Example
:
installing
ZeroMQ
on
Windows
with
no
tests
,
no
performance
tools
,
and
no
runtime
library
copy
:
cmake
-
G
"NMake Makefiles"
-
D
WITH_PERF_TOOL
=
OFF
-
D
ZMQ_BUILD_TESTS
=
OFF
-
D
ENABLE_CPACK
=
OFF
-
D
CMAKE_BUILD_TYPE
=
Release
Windows
Builds
==============
...
...
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