Timeline Tutorial Part 1 HD

04.05.2011
Timeline Setter Tutorial Reference Sheet PART 1: XCode, Ruby, Rubygems TEXT 1.1 http://developer.apple.com/xcode TEXT 1.2 mkdir ~/src TEXT 1.3 cd ~/src TEXT 1.4 curl -O ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p174.tar.gz TEXT 1.5 curl -O http://production.cf.rubygems.org/rubygems/rubygems-1.7.2.tgz TEXT 1.6 tar xzvf ruby-1.8.7-p174.tar.gz cd ruby-1.8.7-p174 ./configure --enable-shared --enable-pthread CFLAGS=-D_XOPEN_SOURCE=1 make sudo make install cd .. TEXT 1.7 tar xzvf rubygems-1.7.2.tgz cd rubygems-1.3.5 sudo /usr/local/bin/ruby setup.rb cd .. TEXT 1.8 sudo gem update --system TEXT 1.9 cd~ TEXT 1.10 nano.profile TEXT 1.11 export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH" TEXT 1.12 source ~/.profile

Похожие видео