Install

Android

  1. Make sure you have the Java JDK installed.
    • Windows, you can get the JDK here
    • Linux, make sure you install the official Oracle JDK, not gcj
    • OS X you are all set
  2. Download Eclipse, get the latest version (3.6.1 Helios), and the “For Java Developers” or “Classic” editions
  3. Installing the Android SDK, follow steps 2, 3, 4

Ruby on Rails

Windows

OS X

  • Overview we are inspired by: Setting up Rails on OS X
    • Install XCode (gigantic download from Apple)
    • Install homebrew
    • Install RVM:
       bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head ) 
    • Install Ruby 1.8.7:
       rvm install 1.8.7 
    • Create a gemset with RVM for Rails:
       rvm use –create 1.8.7@rails3 
    • Install Rails:
       gem install rails 
    • Don't install Passenger

Other Stuff

installing_software.txt · Last modified: 2011/01/19 23:50 by mchang
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki