Skip to content

Commit

Permalink
Add dependency libyaml-dev
Browse files Browse the repository at this point in the history
libyaml-dev is no longer bundled.
ref: ruby/psych#541
  • Loading branch information
ima1zumi authored and mame committed Aug 14, 2022
1 parent 7a09cff commit 7d08425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EN/2_mri_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Standard Ruby extensions (such as zlib, openssl, etc.) will be built if the libr
If you use `apt-get` (or `apt`) for package management in your environment, then you can get all dependencies with the following command:

```
$ sudo apt-get install git ruby autoconf bison gcc make zlib1g-dev libffi-dev libreadline-dev libgdbm-dev libssl-dev
$ sudo apt-get install git ruby autoconf bison gcc make zlib1g-dev libffi-dev libreadline-dev libgdbm-dev libssl-dev libyaml-dev
```

## Exercise: Clone the MRI source code
Expand Down
2 changes: 1 addition & 1 deletion JA/2_mri_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ git、ruby、autoconf、bison、gcc (or clang, etc)、make が必須です。
`apt-get` が使える環境では、下記のようなコマンドでインストールされます。

```
$ sudo apt-get install git ruby autoconf bison gcc make zlib1g-dev libffi-dev libreadline-dev libgdbm-dev libssl-dev
$ sudo apt-get install git ruby autoconf bison gcc make zlib1g-dev libffi-dev libreadline-dev libgdbm-dev libssl-dev libyaml-dev
```

## 演習: MRI のソースコードを clone
Expand Down

0 comments on commit 7d08425

Please sign in to comment.