From a455ca538739eb6b78fe0cd160d87101759417dd Mon Sep 17 00:00:00 2001 From: N!no Date: Mon, 18 May 2020 19:01:58 +0800 Subject: [PATCH] Fix some typos (#644) * Update env_requirement.rst * Update env_requirement.rst --- docs/installation/env_requirement.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/installation/env_requirement.rst b/docs/installation/env_requirement.rst index cb1c5c0d..b526ad41 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 -- GitLab