2012-01-01から1年間の記事一覧

Setup Android Development Environment on MBA 2011 Mid lion

1. JDK 2. Eclipse 3. Android SDK 4. ADT(Android Development Tools) 5. AVD(Android Virtual Device) JDK $ java -version java version "1.6.0_29" Eclipse Go to Eclipse Downloads | The Eclipse Foundation and download "Eclipse IDE for Java Devel…

My MBA 2011 Mid 11inch came back

What I have to is 1. Xcode with X11 2. JDK 3. Homebrew insted of MacPorts 4. git 5. RVM 6. Ruby 7. RubyGems 8. Rails 9. SQlite3 $ ruby -v ruby 1.8.7 (2010-01-10 patchlevel 249) [universal-darwin11.0] $ gem -v 1.3.6 $ rails -v not installed…

Setup Git

Just in case, checked latest version of Linux and CentOS. # cat /proc/version Linux version 2.6.18-194.26.1.el5 (mockbuild@builder10.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Tue Nov 9 12:54:20 EST 2010 # cat /etc/…

Create dev environment on Snow leopard

Mac

My MBA 11inch is now under repair. So I have to setup my iMac instead. Install Xcode Insert Snow leopard install DVD into the Mac and click "Option install" -> "Xcode". Then installer starts. Install Mac Ports Go to The MacPorts Project --…

Rails again!

Recently I have been interesting in development of some application again using like Android, iOS and Rails. I bought a book whose title is "The Pragmatic Programmers Agile Web Development with Rails 4th Edition". I have a 1st Edition of t…