1
0
Fork 0
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:
Nobuyoshi Nakada 2021-03-17 23:51:00 +09:00
parent 1d80d70314
commit 366e88e508
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
2 changed files with 16 additions and 17 deletions

View file

@ -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` などを生成する

View file

@ -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`.