We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec018c commit 0cc8796Copy full SHA for 0cc8796
ja/documentation/installation/index.md
@@ -240,6 +240,8 @@ $ sudo make install
240
デフォルトでは、Ruby は `/usr/local` にインストールされます。
241
これを変更するには、`--prefix=DIR` オプションを `./configure` スクリプト実行時に付けてください。
242
243
+ソースからのビルドに関する詳しい情報は [Building Ruby instructions][building-ruby] で見ることができます。
244
+
245
しかしながら、サードパーティ製ツールかパッケージマネージャを使う方が良い考えです。
246
何故なら、ソースからインストールされた Ruby はどのツールからも管理されないからです。
247
@@ -255,3 +257,4 @@ $ sudo make install
255
257
[opensolaris-pkg]: http://opensolaris.org/os/project/pkg/
256
258
[gentoo-ruby]: http://www.gentoo.org/proj/en/prog_lang/ruby/
259
[homebrew]: http://brew.sh/
260
+[building-ruby]: https://github.com/ruby/ruby/blob/master/doc/contributing/building_ruby.md
0 commit comments