I do not understand the proper way to update the additional dependencies for OSX after installing rvm and typing “rvm requirements” in section 1.2. I got the following response:
Requirements for osx/10.8/x86_64
NOTE: ‘ruby’ represents Matz’s Ruby Interpreter (MRI) (1.8.X, 1.9.X) This is the original / standard Ruby Language Interpreter ‘ree’ represents Ruby Enterprise Edition ‘rbx’ represents Rubinius
Additional Dependencies: # For update-system: Always update your system first!
For rvm:
Install: bash curl git patch
For ruby:
Install: osx-gcc-installer libksba openssl libreadline git zlib1g libyaml libsqlite3 sqlite3 libxml2 libxslt autoconf libc6 libgdbm ncurses automake libtool bison pkg-config
For jruby:
Install: openjdk ant
How do I go about installing these dependencies? I can’t find any information on the rvm website.