diff --git a/docs/installation/env_requirement.rst b/docs/installation/env_requirement.rst index b2cfb36eec6d328b17c6e35432229a87238833f3..be15c67c0917d59caea47836225ba67143098bf9 100644 --- a/docs/installation/env_requirement.rst +++ b/docs/installation/env_requirement.rst @@ -18,6 +18,9 @@ Required dependencies * - Bazel - `bazel installation guide `__ - 0.13.0 + * - CMake + - Linux:``apt-get install cmake`` Mac:``brew install cmake`` + - >= 3.11.3 * - Jinja2 - pip install jinja2==2.10 - 2.10 @@ -58,7 +61,7 @@ Optional dependencies - apt-get install cmake - >= 3.11.3 * - ADB - - apt-get install android-tools-adb + - Linux:``apt-get install android-tools-adb`` Mac:``brew cask install android-platform-tools`` - Required by Android run, >= 1.0.32 * - TensorFlow - pip install tensorflow==1.8.0 @@ -87,3 +90,5 @@ For python dependencies, - For Android build, `ANDROID_NDK_HOME` must be confifigured 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). +