From fbc00c877258057fe282659cf5e7d0a1c9dcc80e Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 3 Nov 2007 13:41:52 +0000 Subject: * README.EXT: explain --vendor option for extconf.rb * README.EXT.ja: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- README.EXT | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.EXT') diff --git a/README.EXT b/README.EXT index 283de48b7f..df075a63a4 100644 --- a/README.EXT +++ b/README.EXT @@ -662,6 +662,11 @@ Try generating the Makefile by: ruby extconf.rb +If the library should be installed under vendor_ruby directory +instead of site_ruby directory, use --vendor option as follows. + + ruby extconf.rb --vendor + You don't need this step if you put the extension library under the ext directory of the ruby source tree. In that case, compilation of the interpreter will do this step for you. -- cgit v1.2.3