mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
Clarify used C++-standard for compilation. (#3793)
* Clarify used C++-standard for compilation. * More than a conforming compiler may be necessary to compile the library. Just refer to the list of known "good" platforms below.
This commit is contained in:
parent
ebc9314339
commit
fbf85448c3
@ -15,6 +15,10 @@ protocols and more.
|
||||
|
||||
## Supported platforms <a name="#platforms"/>
|
||||
|
||||
Libzmq is mainly written in C++98 with some optional C++11-fragments. For
|
||||
configuration either autotools or CMake is employed. See below for some lists
|
||||
of platforms, where libzmq has been successfully compiled on.
|
||||
|
||||
### Supported platforms with primary CI
|
||||
|
||||
OS and version | Architecture | Compiler and version | Build system | Remarks
|
||||
|
Loading…
Reference in New Issue
Block a user