日本語が苦手である
This commit is contained in:
parent
ca5ec94ad5
commit
716ddf3d86
@ -11,7 +11,7 @@
|
|||||||
* ビルドに必要なパッケージをインストール (gcc を除く)
|
* ビルドに必要なパッケージをインストール (gcc を除く)
|
||||||
```sudo apt -y install build-essential uuid-dev iasl git nasm python3-distutils```
|
```sudo apt -y install build-essential uuid-dev iasl git nasm python3-distutils```
|
||||||
* gcc-5 をインストール
|
* 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`
|
`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 update`
|
||||||
`sudo apt -y install gcc-5`
|
`sudo apt -y install gcc-5`
|
||||||
|
Loading…
Reference in New Issue
Block a user