File tree 2 files changed +6
-1
lines changed 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Rubyでプログラミングする際に役立つドキュメントを紹介し
10
10
11
11
### マニュアル
12
12
13
- 各環境にRubyをインストールする方法は、 [ ダウンロード] ( /ja/ downloads) 及び [ インストールガイド] ( /ja/ installation) で解説しています。
13
+ 各環境にRubyをインストールする方法は、 [ ダウンロード] ( downloads ) 及び [ インストールガイド] ( installation ) で解説しています。
14
14
15
15
また、現在有志の手により[ リファレンスマニュアルの整備] [ rurema-wiki ] が進行中です。
16
16
成果物を[ < ; URL:https://docs.ruby-lang.org/ja/ > ; ] [ doc-r-l-o ] から閲覧できます。
@@ -166,3 +166,5 @@ Posted by Shugo Maeda on 26 May 2006
166
166
[ 39 ] : http://kapeli.com/dash
167
167
[ atom ] : https://atom.io/
168
168
[ vscode ] : https://code.visualstudio.com/
169
+ [ downloads ] : /ja/downloads/
170
+ [ installation ] : /ja/documentation/installation/
Original file line number Diff line number Diff line change @@ -240,6 +240,8 @@ $ sudo make install
240
240
デフォルトでは、Ruby は ` /usr/local ` にインストールされます。
241
241
これを変更するには、` --prefix=DIR ` オプションを ` ./configure ` スクリプト実行時に付けてください。
242
242
243
+ ソースからのビルドに関する詳しい情報は [ Building Ruby instructions] [ building-ruby ] で見ることができます。
244
+
243
245
しかしながら、サードパーティ製ツールかパッケージマネージャを使う方が良い考えです。
244
246
何故なら、ソースからインストールされた Ruby はどのツールからも管理されないからです。
245
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/
257
259
[ homebrew ] : http://brew.sh/
260
+ [ building-ruby ] : https://github.com/ruby/ruby/blob/master/doc/contributing/building_ruby.md
You can’t perform that action at this time.
0 commit comments