@@ -89,18 +89,18 @@ is required.
8989## How to compile and install
9090
91911 . If you want to use Microsoft Visual C++ to compile Ruby, read
92- [ win32/README.win32] ( rdoc-ref:win32/README.win32 ) instead of this document.
92+ [ win32/README.win32] ( rdoc-ref:win32/README.win32 ) instead of this document.
9393
94942 . Run ` ./autogen.sh ` to generate configure, when you build the source checked
95- out from the Git repository.
95+ out from the Git repository.
9696
97- 3 . Run ` ./configure ` , which will generate ` config.h ` and ` Makefile ` .
97+ 3 . Run ` ./configure ` , which will generate ` config.h ` and ` Makefile ` .
9898
9999 Some C compiler flags may be added by default depending on your
100100 environment. Specify ` optflags=.. ` and ` warnflags=.. ` as necessary to
101101 override them.
102102
103- 4 . Edit ` include/ruby/defines.h ` if you need. Usually this step will not be needed.
103+ 4 . Edit ` include/ruby/defines.h ` if you need. Usually this step will not be needed.
104104
1051055 . Optional: Remove comment mark(` # ` ) before the module names from ` ext/Setup ` .
106106
@@ -118,8 +118,8 @@ is required.
118118 It uses the identity to sign ` ruby ` binary. See also codesign(1).
119119
1201207 . Optionally, run '` make check ` ' to check whether the compiled Ruby
121- interpreter works well. If you see the message "` check succeeded ` ", your
122- Ruby works as it should (hopefully).
121+ interpreter works well. If you see the message "` check succeeded ` ", your
122+ Ruby works as it should (hopefully).
123123
1241248 . Run '` make install ` '.
125125
0 commit comments