From: kimura w. <ki...@us...> - 2005-03-28 15:10:38
|
>I believe Ruby is part of the "BSD Subsystem" install, which is >enabled by default. I may be wrong; you might check your Mac OS X >install disks (Open the installer package and File > Show Files). >It's not part of the developer tools. > I checked /Library/Receipts/.../Archive.bom on Mac OS X 10.3, today. interesting results; BaseSystem.pkg : dynamic libraries - /usr/lib/libruby*.dylib Essentials.pkg : ruby libraries - /usr/lib/ruby/* BSD.pkg : command, manpage - /usr/bin/ruby, /usr/share/man/man1/ruby.1 BSDSDK.pkg : header files - /usr/lib/ruby/1.6/powerpc-darwin7.0/*.h Mac OS X requires BaseSystem and Essentials. So, libruby exists on any Mac OS X 10.3. -- kimura wataru |