From 716ddf3d8686409d12349c51c4e2ff357c476679 Mon Sep 17 00:00:00 2001 From: yudete Date: Sun, 6 Sep 2020 15:35:01 +0900 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E6=9C=AC=E8=AA=9E=E3=81=8C=E8=8B=A6?= =?UTF-8?q?=E6=89=8B=E3=81=A7=E3=81=82=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ubuntu.md b/docs/ubuntu.md index eeb9a40..c7c04ce 100644 --- a/docs/ubuntu.md +++ b/docs/ubuntu.md @@ -11,7 +11,7 @@ * ビルドに必要なパッケージをインストール (gcc を除く) ```sudo apt -y install build-essential uuid-dev iasl git nasm python3-distutils``` * gcc-5 をインストール -Ubuntu 20.04 では既定では gcc-5 をインストールできません。ソースを追加します。 +Ubuntu 20.04 において、既定では gcc-5 をインストールできません。ソースを追加します。 `echo "deb http://archive.ubuntu.com/ubuntu xenial main" | sudo tee /etc/apt/sources.list.d/xenial.list` `sudo apt -y update` `sudo apt -y install gcc-5`