mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Update README [ci skip]
* Use `autogen.sh`. * The subversion repository is only for old versions, and secondary now. * Moved long links to footnotes.
This commit is contained in:
parent
1d80d70314
commit
366e88e508
2 changed files with 16 additions and 17 deletions
22
README.ja.md
22
README.ja.md
|
@ -52,11 +52,11 @@ Rubyリポジトリの本来のmasterは https://git.ruby-lang.org/ruby.git に
|
|||
|
||||
### Subversion
|
||||
|
||||
古いRubyのバージョンのソースコードは次のコマンドで取得できます.
|
||||
古いRubyのバージョンのソースコードは次のコマンドでも取得できます.
|
||||
|
||||
$ svn co https://svn.ruby-lang.org/repos/ruby/branches/ruby_2_6/ ruby
|
||||
|
||||
他に開発中のブランチの一覧は次のコマンドで見られます.
|
||||
他のブランチの一覧は次のコマンドで見られます.
|
||||
|
||||
$ svn ls https://svn.ruby-lang.org/repos/ruby/branches/
|
||||
|
||||
|
@ -71,30 +71,26 @@ https://www.ruby-lang.org/
|
|||
|
||||
## メーリングリスト
|
||||
|
||||
Rubyのメーリングリストがあります.参加希望の方は
|
||||
|
||||
mailto:ruby-list-request@ruby-lang.org
|
||||
|
||||
まで本文に
|
||||
Rubyのメーリングリストがあります.参加希望の方は [ruby-list-request@ruby-lang.org] まで本文に
|
||||
|
||||
subscribe
|
||||
|
||||
と書いて送って下さい.
|
||||
|
||||
Ruby開発者向けメーリングリストもあります.こちらではrubyのバグ,将来の仕様拡張など実装上の問題について議論されています. 参加希望の方は
|
||||
|
||||
mailto:ruby-dev-request@ruby-lang.org
|
||||
|
||||
までruby-listと同様の方法でメールしてください.
|
||||
Ruby開発者向けメーリングリストもあります.こちらではrubyのバグ,将来の仕様拡張など実装上の問題について議論されています.
|
||||
参加希望の方は [ruby-dev-request@ruby-lang.org] までruby-listと同様の方法でメールしてください.
|
||||
|
||||
Ruby拡張モジュールについて話し合うruby-extメーリングリストと数学関係の話題について話し合うruby-mathメーリングリストと
|
||||
英語でrubyについて話し合うruby-talkメーリングリストもあります.参加方法はどれも同じです.
|
||||
|
||||
[ruby-list-request@ruby-lang.org]: mailto:ruby-list-request@ruby-lang.org?subject=Join%20Ruby%20Mailing%20List&body=subscribe
|
||||
[ruby-dev-request@ruby-lang.org]: mailto:ruby-dev-request@ruby-lang.org?subject=Join%20Ruby%20Mailing%20List&body=subscribe
|
||||
|
||||
## コンパイル・インストール
|
||||
|
||||
以下の手順で行ってください.
|
||||
|
||||
1. `autoreconf -i` を実行して新しく `configure` を生成する
|
||||
1. (Gitリポジトリから取得したソースをビルドする場合) `./autogen.sh` を実行して新しく `configure` を生成する
|
||||
|
||||
2. `configure` を実行して `Makefile` などを生成する
|
||||
|
||||
|
|
11
README.md
11
README.md
|
@ -51,7 +51,8 @@ if you are a committer.
|
|||
|
||||
### Subversion
|
||||
|
||||
Stable branches for older Ruby versions can be checked out with the following command:
|
||||
Stable branches for older Ruby versions can be checked out with also the
|
||||
following command:
|
||||
|
||||
$ svn co https://svn.ruby-lang.org/repos/ruby/branches/ruby_2_6/ ruby
|
||||
|
||||
|
@ -71,15 +72,17 @@ send the following phrase:
|
|||
|
||||
subscribe
|
||||
|
||||
in the mail body (not subject) to the address
|
||||
[ruby-talk-request@ruby-lang.org](mailto:ruby-talk-request@ruby-lang.org?subject=Join%20Ruby%20Mailing%20List&body=subscribe).
|
||||
in the mail body (not subject) to the address [ruby-talk-request@ruby-lang.org].
|
||||
|
||||
[ruby-talk-request@ruby-lang.org]: mailto:ruby-talk-request@ruby-lang.org?subject=Join%20Ruby%20Mailing%20List&body=subscribe
|
||||
|
||||
## How to compile and install
|
||||
|
||||
1. If you want to use Microsoft Visual C++ to compile Ruby, read
|
||||
[win32/README.win32](win32/README.win32) instead of this document.
|
||||
|
||||
2. Run `autoreconf -i` to (re)generate configure.
|
||||
2. Run `./autogen.sh` to generate configure, when you build the source checked
|
||||
out from the Git repository.
|
||||
|
||||
3. Run `./configure`, which will generate `config.h` and `Makefile`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue