diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-05-06 03:12:28 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-05-06 03:12:28 +0000 |
commit | 0f7321eddf0be6107e6563f83bdc9503e46da191 (patch) | |
tree | 5c383264a1915dab1761743ae3c1073b18587f7d | |
parent | c462c50d6336a0c7823ff8cfce51f8bff22eeff6 (diff) | |
download | ruby-0f7321eddf0be6107e6563f83bdc9503e46da191.tar.gz |
* README: update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | README | 26 | ||||
-rw-r--r-- | README.ja | 26 | ||||
-rw-r--r-- | bcc32/README.bcc32 | 14 | ||||
-rw-r--r-- | win32/README.win32 | 14 |
5 files changed, 58 insertions, 26 deletions
@@ -1,3 +1,7 @@ +Thu May 6 12:12:26 2010 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * README: update. + Thu May 6 03:34:29 2010 Koichi Sasada <ko1@atdot.net> * cont.c: apply FIBER_USE_NATIVE patch. This patch improve @@ -89,6 +89,32 @@ This is what you need to do to compile and install Ruby: 7. Run 'make install' + This command will create following directories and install files + onto them. + + * ${DESTDIR}${prefix}/bin + * ${DESTDIR}${prefix}/include/ruby-${MAJOR}.${MINOR}.${TEENY} + * ${DESTDIR}${prefix}/include/ruby-${MAJOR}.${MINOR}.${TEENY}/${PLATFORM} + * ${DESTDIR}${prefix}/lib + * ${DESTDIR}${prefix}/lib/ruby + * ${DESTDIR}${prefix}/lib/ruby/${MAJOR}.${MINOR}.${TEENY} + * ${DESTDIR}${prefix}/lib/ruby/${MAJOR}.${MINOR}.${TEENY}/${PLATFORM} + * ${DESTDIR}${prefix}/lib/ruby/site_ruby + * ${DESTDIR}${prefix}/lib/ruby/site_ruby/${MAJOR}.${MINOR}.${TEENY} + * ${DESTDIR}${prefix}/lib/ruby/site_ruby/${MAJOR}.${MINOR}.${TEENY}/${PLATFORM} + * ${DESTDIR}${prefix}/lib/ruby/vendor_ruby + * ${DESTDIR}${prefix}/lib/ruby/vendor_ruby/${MAJOR}.${MINOR}.${TEENY} + * ${DESTDIR}${prefix}/lib/ruby/vendor_ruby/${MAJOR}.${MINOR}.${TEENY}/${PLATFORM} + * ${DESTDIR}${prefix}/lib/ruby/gems/${MAJOR}.${MINOR}.${TEENY} + * ${DESTDIR}${prefix}/share/man/man1 + * ${DESTDIR}${prefix}/share/ri/${MAJOR}.${MINOR}.${TEENY}/system + + If Ruby's API version is `x.y.z', the ((|${MAJOR}|)) is `x', the + ((|${MINOR}|)) is `y', and the ((|${TEENY}|)) is `z'. + + NOTE: teeny of the API version may be different from one of + Ruby's program version + You may have to be a super user to install ruby. If you fail to compile ruby, please send the detailed error report with @@ -116,6 +116,32 @@ Ruby拡張モジュールについて話し合うruby-extメーリングリストと 7. make install + 以下のディレクトリを作って,そこにファイルをインストー + ルします. + + * ${DESTDIR}${prefix}/bin + * ${DESTDIR}${prefix}/include/ruby-${MAJOR}.${MINOR}.${TEENY} + * ${DESTDIR}${prefix}/include/ruby-${MAJOR}.${MINOR}.${TEENY}/${PLATFORM} + * ${DESTDIR}${prefix}/lib + * ${DESTDIR}${prefix}/lib/ruby + * ${DESTDIR}${prefix}/lib/ruby/${MAJOR}.${MINOR}.${TEENY} + * ${DESTDIR}${prefix}/lib/ruby/${MAJOR}.${MINOR}.${TEENY}/${PLATFORM} + * ${DESTDIR}${prefix}/lib/ruby/site_ruby + * ${DESTDIR}${prefix}/lib/ruby/site_ruby/${MAJOR}.${MINOR}.${TEENY} + * ${DESTDIR}${prefix}/lib/ruby/site_ruby/${MAJOR}.${MINOR}.${TEENY}/${PLATFORM} + * ${DESTDIR}${prefix}/lib/ruby/vendor_ruby + * ${DESTDIR}${prefix}/lib/ruby/vendor_ruby/${MAJOR}.${MINOR}.${TEENY} + * ${DESTDIR}${prefix}/lib/ruby/vendor_ruby/${MAJOR}.${MINOR}.${TEENY}/${PLATFORM} + * ${DESTDIR}${prefix}/lib/ruby/gems/${MAJOR}.${MINOR}.${TEENY} + * ${DESTDIR}${prefix}/share/man/man1 + * ${DESTDIR}${prefix}/share/ri/${MAJOR}.${MINOR}.${TEENY}/system + + RubyのAPIバージョンが`x.y.z'であれば,((|${MAJOR}|))は + `x'で,((|${MINOR}|))は`y',((|${TEENY}|))は`z'です. + + 注意: APIバージョンのteenyは,Rubyプログラムのバージョ + ンとは異なることがあります. + rootで作業する必要があるかもしれません. もし,コンパイル時にエラーが発生した場合にはエラーのログとマ diff --git a/bcc32/README.bcc32 b/bcc32/README.bcc32 index fb19906c75..cd33eec0a1 100644 --- a/bcc32/README.bcc32 +++ b/bcc32/README.bcc32 @@ -36,6 +36,7 @@ You can also specify the install directory. For example, run `((%configure --prefix=<install_directory>%))' Default of the install directory is /usr . + The default ((|<PLATFORM>|)) is `(({i386-bccwin32}))'. (2) Change ((|RUBY_INSTALL_NAME|)) and ((|RUBY_SO_NAME|)) in (({Makefile})) if you want to change the name of the executable files. @@ -48,19 +49,6 @@ (5) Run `((%make install%))' - This command will create following directories and install files onto them. - * <install_directory>\bin - * <install_directory>\lib - * <install_directory>\lib\ruby - * <install_directory>\lib\ruby\<MAJOR>.<MINOR> - * <install_directory>\lib\ruby\<MAJOR>.<MINOR>\<PLATFORM> - * <install_directory>\lib\ruby\site_ruby - * <install_directory>\lib\ruby\site_ruby\<MAJOR>.<MINOR> - * <install_directory>\lib\ruby\site_ruby\<MAJOR>.<MINOR>\<PLATFORM> - * <install_directory>\man\man1 - If Ruby's version is `x.y.z', the ((|<MAJOR>|)) is `x' and the ((|<MINOR>|)) is `y'. - The default ((|<PLATFORM>|)) is `(({i386-bccwin32}))'. - (6) Requires dynamic RTL (cc3250.dll on C++Builder5) and borlndmm.dll (If built with usebormm.lib) to use installed binary. These files are ordinary in bcc32's bin directory. diff --git a/win32/README.win32 b/win32/README.win32 index 5dd79cd174..423cc0d494 100644 --- a/win32/README.win32 +++ b/win32/README.win32 @@ -35,6 +35,7 @@ You can also specify the install directory. For example, run `((%configure --prefix=<install_directory>%))' Default of the install directory is /usr . + The default ((|<PLATFORM>|)) is `(({i386-mswin32}))'. (2) Change ((|RUBY_INSTALL_NAME|)) and ((|RUBY_SO_NAME|)) in (({Makefile})) if you want to change the name of the executable files. @@ -47,19 +48,6 @@ (5) Run `((%nmake install%))' - This command will create following directories and install files onto them. - * <install_directory>\bin - * <install_directory>\lib - * <install_directory>\lib\ruby - * <install_directory>\lib\ruby\<MAJOR>.<MINOR> - * <install_directory>\lib\ruby\<MAJOR>.<MINOR>\<PLATFORM> - * <install_directory>\lib\ruby\site_ruby - * <install_directory>\lib\ruby\site_ruby\<MAJOR>.<MINOR> - * <install_directory>\lib\ruby\site_ruby\<MAJOR>.<MINOR>\<PLATFORM> - * <install_directory>\man\man1 - If Ruby's version is `x.y.z', the ((|<MAJOR>|)) is `x' and the ((|<MINOR>|)) is `y'. - The default ((|<PLATFORM>|)) is `(({i386-mswin32}))'. - == Icons Any icon files(*.ico) in the build directory, directories specified with |