Skip to content

Commit 4b6c4b6

Browse files
committed
Problem: OSX not present in supported OS section.
Solution: README file updated.
1 parent fe56665 commit 4b6c4b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ Supported platforms
2323

2424
- Only a subset of the platforms that are supported by libzmq itself are supported. Some features already require a compiler supporting C++11. In the future, probably all features will require C++11. To build and run the tests, cmake and googletest are required.
2525
- Tested libzmq versions are
26-
- 4.2.0 (without DRAFT API)
26+
- 4.2.4 (without DRAFT API)
2727
- 4.2.5 (with and without DRAFT API)
2828
- Platforms with full support (i.e. CI executing build and tests)
2929
- Ubuntu 14.04 x64 (with gcc 4.8.4) (without DRAFT API only)
3030
- Ubuntu 14.04 x64 (with gcc 7.3.0)
3131
- Visual Studio 2015 x86
3232
- Visual Studio 2017 x86
33+
- OSX (with clang xcode9.1) (without DRAFT API)
3334
- Additional platforms that are known to work:
3435
- We have no current reports on additional platforms that are known to work yet. Please add your platform here. If CI can be provided for them with a cloud-based CI service working with GitHub, you are invited to add CI, and make it possible to be included in the list above.
3536
- Additional platforms that probably work:
3637
- Any platform supported by libzmq that provides a sufficiently recent gcc (4.8.1 or newer) or clang (3.3 or newer)
37-
- MacOS X
3838
- Visual Studio 2012+ x86/x64
3939

4040
Contribution policy
@@ -71,6 +71,7 @@ cpp zmq (which will also include libzmq for you).
7171
#find cppzmq wrapper, installed by make of cppzmq
7272
find_package(cppzmq)
7373
if(cppzmq_FOUND)
74+
include_directories(${ZeroMQ_INCLUDE_DIR} ${cppzmq_INCLUDE_DIR})
7475
target_link_libraries(*Your Project Name* ${cppzmq_LIBRARY})
7576
endif()
7677
```

0 commit comments

Comments
 (0)