mirror of
https://github.com/isar/libmdbx.git
synced 2024-12-30 01:44:13 +08:00
mdbx: update iOS note in the README.
More for https://github.com/erthink/libmdbx/issues/92 Change-Id: I19700ea02c42daed05de699941200fc527a5c966
This commit is contained in:
parent
48b6f76159
commit
129597bbed
@ -417,13 +417,6 @@ recommend that you install [Homebrew](https://brew.sh/) and then execute
|
|||||||
`brew install bash`.
|
`brew install bash`.
|
||||||
|
|
||||||
### iOS
|
### 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
|
To build _libmdbx_ for iOS, we recommend using CMake using the
|
||||||
"[toolchain file](https://cmake.org/cmake/help/latest/variable/CMAKE_TOOLCHAIN_FILE.html)"
|
"[toolchain file](https://cmake.org/cmake/help/latest/variable/CMAKE_TOOLCHAIN_FILE.html)"
|
||||||
from the [ios-cmake](https://github.com/leetal/ios-cmake) project.
|
from the [ios-cmake](https://github.com/leetal/ios-cmake) project.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user