From 684ebb2616083a81bc8c5dbf4a843804af2cde75 Mon Sep 17 00:00:00 2001 From: "Stephan Guilloux (cos)" Date: Mon, 21 Nov 2022 12:15:59 +0100 Subject: [PATCH] Problem: Main documentation refers to Android NDK 24, when 25 is currently in use. Solution: Fix invalid NDK reference. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f567227..b256936c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ of platforms, where libzmq has been successfully compiled on. | OS and version | Architecture | Compiler and version | Build system | Remarks | |----------------------------------------|-------------------------|-------------------------------|--------------|---------------------------------------------------------------------------------------------------------------------------------------| -| Android NDK r24 | arm, arm64, x86, x86_64 | llvm (see NDK) | autotools | DRAFT | +| Android NDK r25 | arm, arm64, x86, x86_64 | llvm (see NDK) | autotools | DRAFT | | Ubuntu 14.04.5 LTS (trusty) | amd64 | clang 5.0.0 | autotools | STABLE, extras: GSSAPI, PGM, NORM, C++98 mode only | | Ubuntu 14.04.5 LTS (trusty) | amd64 | gcc 4.8.4 | autotools | STABLE, DRAFT, extras: GSSAPI, PGM, NORM, TIPC, IPV6, also POLLER=poll, POLLER=select, also valgrind and address sanitizer executions | | Ubuntu 14.04.5 LTS (trusty) | amd64 | gcc 4.8.4 | CMake 3.12.2 | STABLE |