diff options
author | imarom <imarom@cisco.com> | 2016-11-02 14:50:28 +0200 |
---|---|---|
committer | imarom <imarom@cisco.com> | 2016-11-02 14:50:28 +0200 |
commit | 124e1d4772507ad159d1f786aa1ffe5bb7d3b4cf (patch) | |
tree | 18b266b09e287c7f92f8547de8e6cb829f90da35 | |
parent | 2dce80bd966203abe815661ed7d0bb6a47c8c283 (diff) |
ZMQ build doc note
Signed-off-by: imarom <imarom@cisco.com>
-rw-r--r-- | external_libs/zmq/how_to_build.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external_libs/zmq/how_to_build.txt b/external_libs/zmq/how_to_build.txt index 82d61071..d855c313 100644 --- a/external_libs/zmq/how_to_build.txt +++ b/external_libs/zmq/how_to_build.txt @@ -1,6 +1,6 @@ - download version 4.0.3 - cd src - make -- copy the so files to this folder +- copy the so file libzmq.so.3 to trex-core/scripts |