diff --git a/docs/installation/env_requirement.rst b/docs/installation/env_requirement.rst index cb1c5c0d1a7eac532541560f1ea1d5893fe48d2b..b526ad41747c2bd066eab7a66ca1791cf83a94ff 100644 --- a/docs/installation/env_requirement.rst +++ b/docs/installation/env_requirement.rst @@ -86,8 +86,7 @@ For python dependencies, .. note:: - - For Android build, `ANDROID_NDK_HOME` must be confifigured by using ``export ANDROID_NDK_HOME=/path/to/ndk`` + - For Android build, `ANDROID_NDK_HOME` must be configured by using ``export ANDROID_NDK_HOME=/path/to/ndk``. - It will link ``libc++`` instead of ``gnustl`` if ``NDK version >= r17b`` and ``bazel version >= 0.13.0``, please refer to `NDK cpp-support `__. - For Mac, please install Homebrew at first before installing other dependencies. Set ANDROID_NDK_HOME in ``/etc/bashrc`` and then run ``source /etc/bashrc``. This installation was tested with macOS Mojave(10.14). -rs. \ No newline at end of file