[前][次][番号順一覧][スレッド一覧]

ruby-changes:66510

From: Jeremy <ko1@a...>
Date: Fri, 18 Jun 2021 10:58:45 +0900 (JST)
Subject: [ruby-changes:66510] 1de063a10b (master): Add section on build requirements to the README

https://git.ruby-lang.org/ruby.git/commit/?id=1de063a10b

From 1de063a10b5c5c71d0602c961862b8396702dbb1 Mon Sep 17 00:00:00 2001
From: Jeremy Evans <code@j...>
Date: Thu, 17 Jun 2021 10:34:36 -0700
Subject: Add section on build requirements to the README

I'm not sure that this is section is complete (may be missing
requirements), or accurate (minimum automake or bison versions
may not be correct).  However, I think it's useful, and we can
adjust it in the future to add requirements or adjust
requirement versions.

Fixes [Bug #14409]
---
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/README.md b/README.md
index 6bdfb1d..4fe3b65 100644
--- a/README.md
+++ b/README.md
@@ -76,6 +76,18 @@ in the mail body (not subject) to the address [ruby-talk-request@r...]. https://github.com/ruby/ruby/blob/trunk/README.md#L76
 
 [ruby-talk-request@r...]: mailto:ruby-talk-request@r...?subject=Join%20Ruby%20Mailing%20List&body=subscribe
 
+## Requirements to build from repository
+
+1. GNU or BSD make
+2. C99 compiler
+3. autoconf 2.67 or higher
+4. automake 1.15 or higher
+5. bison 2.3 or higher
+6. Ruby 2.2 or higher
+
+When building from a released version, only a C99 compiler and GNU or BSD make
+is required.
+
 ## How to compile and install
 
 1.  If you want to use Microsoft Visual C++ to compile Ruby, read
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]