Skip to content

Commit

Permalink
* README, README.ja: Add a note about default C flags.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
knu committed May 31, 2008
1 parent fa58f95 commit 2b9f74d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Sat May 31 23:33:34 2008 Akinori MUSHA <[email protected]>

* README, README.ja: Add a note about default C flags.

Sat May 31 23:02:00 2008 Tanaka Akira <[email protected]>

* gc.c (count_objects): clear given hash.
Expand Down
4 changes: 4 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ This is what you need to do to compile and install Ruby:

2. Run ./configure, which will generate config.h and Makefile.

Some C compiler flags may be added by default depending on your
environment. Specify optflags=.. and warnflags=.. as necessary
to override them.

3. Edit defines.h if you need. Usually this step will not be needed.

4. Remove comment mark(#) before the module names from ext/Setup (or
Expand Down
4 changes: 4 additions & 0 deletions README.ja
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ Ruby

2. configure��¹Ԥ���Makefile�ʤɤ���������

�Ķ��ˤ�äƤϥǥե���Ȥ�C����ѥ����ѥ��ץ�����դ�
�ޤ���configure���ץ����� optflags=.. warnflags=.. ��
�Ǿ�񤭤Ǥ��ޤ���

3. (ɬ�פʤ��)defines.h���Խ�����

¿ʬ��ɬ��̵���Ȼפ��ޤ���
Expand Down

0 comments on commit 2b9f74d

Please sign in to comment.