Fix broken links
This commit is contained in:
parent
8307627245
commit
ed587abffb
Notes:
git
2023-06-25 20:45:17 +00:00
@ -152,7 +152,7 @@ UNIXであれば `configure` がほとんどの差異を吸収してくれるは
|
|||||||
|
|
||||||
## 配布条件
|
## 配布条件
|
||||||
|
|
||||||
[COPYING.ja](COPYING.ja) ファイルを参照してください.
|
[COPYING.ja](https://docs.ruby-lang.org/en/master/COPYING_ja.html) ファイルを参照してください.
|
||||||
|
|
||||||
## フィードバック
|
## フィードバック
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ if you are a committer.
|
|||||||
|
|
||||||
## How to build
|
## How to build
|
||||||
|
|
||||||
see [Building Ruby](doc/contributing/building_ruby.md)
|
See [Building Ruby](https://docs.ruby-lang.org/en/master/contributing/building_ruby_md.html)
|
||||||
|
|
||||||
## Ruby home page
|
## Ruby home page
|
||||||
|
|
||||||
|
@ -25,7 +25,8 @@
|
|||||||
* libffi (to build fiddle)
|
* libffi (to build fiddle)
|
||||||
* gmp (if you with to accelerate Bignum operations)
|
* gmp (if you with to accelerate Bignum operations)
|
||||||
* libexecinfo (FreeBSD)
|
* libexecinfo (FreeBSD)
|
||||||
* rustc - 1.58.0 or later (if you wish to build [YJIT](/doc/yjit/yjit.md))
|
* rustc - 1.58.0 or later, if you wish to build
|
||||||
|
[YJIT](https://docs.ruby-lang.org/en/master/RubyVM/YJIT.html).
|
||||||
|
|
||||||
If you installed the libraries needed for extensions (openssl, readline, libyaml, zlib) into other than the OS default place,
|
If you installed the libraries needed for extensions (openssl, readline, libyaml, zlib) into other than the OS default place,
|
||||||
typically using Homebrew on macOS, add `--with-EXTLIB-dir` options to `CONFIGURE_ARGS` environment variable.
|
typically using Homebrew on macOS, add `--with-EXTLIB-dir` options to `CONFIGURE_ARGS` environment variable.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user