From 1b451cce0696d8dff1e32be421935fd1b3852d67 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Tue, 14 Apr 2020 14:56:18 +0300 Subject: [PATCH] mdbx: minor README update. Change-Id: I8975d515ffff0ccfd6adc5d76908ee96d89b230d --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 004cfaac..9685648b 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ for parallel readers without atomic/interlocked operations, while 6. **Guarantee data integrity** after crash unless this was explicitly neglected in favour of write performance. -7. Supports Linux, Windows, MacOS, FreeBSD, DragonFly, Solaris, +7. Supports Linux, Windows, MacOS, Android, iOS, FreeBSD, DragonFly, Solaris, OpenSolaris, OpenIndiana, NetBSD, OpenBSD and other systems compliant with **POSIX.1-2008**. @@ -416,8 +416,12 @@ will need to install the current (not outdated) version of recommend that you install [Homebrew](https://brew.sh/) and then execute `brew install bash`. +### Android +We recommend using CMake to build _libmdbx_ for Android. +Please refer to the [official guide](https://developer.android.com/studio/projects/add-native-code). + ### iOS -To build _libmdbx_ for iOS, we recommend using CMake using the +To build _libmdbx_ for iOS, we recommend using CMake with the "[toolchain file](https://cmake.org/cmake/help/latest/variable/CMAKE_TOOLCHAIN_FILE.html)" from the [ios-cmake](https://github.com/leetal/ios-cmake) project. @@ -430,6 +434,8 @@ error when opening the database in a _WSL1_ environment. ## API description For more information and API description see the [mdbx.h](mdbx.h) header. +Please do not hesitate to point out errors in the documentation, +including creating [PR](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests) with corrections and improvements. ## Bindings