From 129597bbedfb1f0f5d112ffeac4d0e092c5c4104 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Fri, 10 Apr 2020 21:36:27 +0300 Subject: [PATCH] mdbx: update iOS note in the README. More for https://github.com/erthink/libmdbx/issues/92 Change-Id: I19700ea02c42daed05de699941200fc527a5c966 --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index edf7a200..96fea695 100644 --- a/README.md +++ b/README.md @@ -417,13 +417,6 @@ recommend that you install [Homebrew](https://brew.sh/) and then execute `brew install bash`. ### iOS -Unfortunately, the current versions of the iPhone SDK are missing few -important system header files, and one of these files is required for -building the library. So you should manually copy at least the `sys/vmmeter.h` -from the OSX SDK or iPhoneSimulator SDK. If this header file is missing, -you will get the corresponding message from the compiler, and near in the -src/elements/osal.h` file there are [examples of how this can be done](src/elements/osal.h#L97-L109). - To build _libmdbx_ for iOS, we recommend using CMake using 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.