Commit 951fe62b authored by Wan-Teh Chang's avatar Wan-Teh Chang Committed by Commit Bot

Make it clear the requirements are Linux packages.

Add a space between the bullet point '-' and the package name.

R=johannkoenig@google.com

Change-Id: Iec44d755cc2540375dadfd6324dbe0c633c0db28
Reviewed-on: https://chromium-review.googlesource.com/1166160
Commit-Queue: Wan-Teh Chang <wtc@google.com>
Reviewed-by: default avatarJohann Koenig <johannkoenig@google.com>
Cr-Commit-Position: refs/heads/master@{#581384}
parent 601fd07d
...@@ -12,17 +12,18 @@ ...@@ -12,17 +12,18 @@
# Usage: # Usage:
# $ ./cmake_update.sh # $ ./cmake_update.sh
# Requirements: # Requirements:
# Install the following Debian packages.
# - cmake3 # - cmake3
# - yasm or nasm # - yasm or nasm
# Toolchain for armv7: # Toolchain for armv7:
# -gcc-arm-linux-gnueabihf # - gcc-arm-linux-gnueabihf
# -g++-arm-linux-gnueabihf # - g++-arm-linux-gnueabihf
# Toolchain for arm64: # Toolchain for arm64:
# -gcc-aarch64-linux-gnu # - gcc-aarch64-linux-gnu
# -g++-aarch64-linux-gnu # - g++-aarch64-linux-gnu
# 32bit build environment for cmake. Including but potentially not limited to: # 32bit build environment for cmake. Including but potentially not limited to:
# -lib32gcc-7-dev # - lib32gcc-7-dev
# -lib32stdc++-7-dev # - lib32stdc++-7-dev
# Alternatively: treat 32bit builds like Windows and manually tweak aom_config.h # Alternatively: treat 32bit builds like Windows and manually tweak aom_config.h
set -eE set -eE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment