diff options
author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-01-20 17:53:04 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-01-20 17:54:34 +0900 |
commit | 845f6275b2b7d9ad24e45e3a0bfabeea25555bbc (patch) | |
tree | 3dd7ac8cc4842dae871874fb65a4733fe20c5739 /doc | |
parent | 231b09f195575633d61c47159f94f9a8eee718e8 (diff) | |
download | ruby-845f6275b2b7d9ad24e45e3a0bfabeea25555bbc.tar.gz |
OpenSSL, libyaml and zlib is always required to build. see test/test_extlibs.rb
Diffstat (limited to 'doc')
-rw-r--r-- | doc/contributing/building_ruby.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/contributing/building_ruby.md b/doc/contributing/building_ruby.md index 1f6df87773..ffe4c46160 100644 --- a/doc/contributing/building_ruby.md +++ b/doc/contributing/building_ruby.md @@ -10,14 +10,14 @@ * gperf - 3.0.3 or later * ruby - 2.2 or later * We can upgrade this version to system ruby version of the latest Ubuntu LTS. + * OpenSSL 1.1.x or 3.0.x / LibreSSL + * libyaml 0.1.7 or later + * zlib 2. Install optional, recommended dependencies: - * OpenSSL 1.1.x or 3.0.x / LibreSSL * readline/editline (libedit) - * zlib * libffi - * libyaml 0.1.7 or later * libexecinfo (FreeBSD) * rustc - 1.58.0 or later (if you wish to build [YJIT](/doc/yjit/yjit.md)) |