mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* doc/contributing.rdoc: fix configuration option.
[ci skip] [fix GH-1009] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2d1b2f0ecf
commit
303c5a370e
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Fri Sep 4 17:46:17 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||||
|
|
||||||
|
* doc/contributing.rdoc: fix configuration option.
|
||||||
|
[ci skip] [fix GH-1009]
|
||||||
|
|
||||||
Fri Sep 4 04:46:54 2015 Koichi Sasada <ko1@atdot.net>
|
Fri Sep 4 04:46:54 2015 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* iseq.c (iseq_memsize): functions for wrapper object should have
|
* iseq.c (iseq_memsize): functions for wrapper object should have
|
||||||
|
|
|
@ -312,7 +312,7 @@ Now let's build CRuby:
|
||||||
autoconf
|
autoconf
|
||||||
mkdir build && cd build # its good practice to build outside of source dir
|
mkdir build && cd build # its good practice to build outside of source dir
|
||||||
mkdir ~/.rubies # we will install to .rubies/ruby-trunk in our home dir
|
mkdir ~/.rubies # we will install to .rubies/ruby-trunk in our home dir
|
||||||
../configure --prefix="$HOME/.rubies/ruby-trunk"
|
../configure --prefix="${HOME}/.rubies/ruby-trunk"
|
||||||
make && make install
|
make && make install
|
||||||
|
|
||||||
After adding Ruby to your PATH, you should be ready to run the test suite:
|
After adding Ruby to your PATH, you should be ready to run the test suite:
|
||||||
|
|
Loading…
Add table
Reference in a new issue