From 0f7321eddf0be6107e6563f83bdc9503e46da191 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 6 May 2010 03:12:28 +0000 Subject: * README: update. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- README | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'README') diff --git a/README b/README index 7e8370ec59..3d2e636e4d 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.3