<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Mac on 空想枫</title>
    <link>http://it580.com/tags/mac/</link>
    <description>Recent content in Mac on 空想枫</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>&amp;copy; 2001-2020 空想枫</copyright>
    <lastBuildDate>Sun, 26 May 2013 19:56:02 +0000</lastBuildDate>
    
	<atom:link href="http://it580.com/tags/mac/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Ruby on Rails 在 Mac OS X 下的典型安装</title>
      <link>http://it580.com/ruby-on-rails-on-mac-os-x/</link>
      <pubDate>Sun, 26 May 2013 19:56:02 +0000</pubDate>
      
      <guid>http://it580.com/ruby-on-rails-on-mac-os-x/</guid>
      <description>1、Mac系统  系统更新 安装Xcode 4.4 Xcode -&amp;gt; Preferences -&amp;gt; Download Tab -&amp;gt; Install &amp;lsquo;Command Line Tools&amp;rsquo;  2、安装homebrew  ruby -e &amp;ldquo;$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)&amp;quot;
brew install git
brew update
 3、安装XQuartz(如果你要用ImageMagick)  访问: http://xquartz.macosforge.org/trac/wiki/Releases (下载最新的，当前是x11 2.7.4) 下载并完成安装  4、安装其他需要软件  brew install imagemagick
curl get.pow.cx | sh
brew install mysql (或者到Mysql官网下载)
 5、RVM,Ruby,Rails  curl -L https://get.rvm.io | bash
source ~/.zprofile rvm install 1.9.3
rvm 1.9.3 &amp;ndash;default
gem install rails</description>
    </item>
    
    <item>
      <title>Mac OS X 10.4(Tiger)下Ruby On Rails 编译安装</title>
      <link>http://it580.com/mac-os-x-10-4tiger-e4-b8-8bruby-on-rails-e7-bc-96-e8-af-91-e5-ae-89-e8-a3-85/</link>
      <pubDate>Wed, 14 Apr 2010 14:14:40 +0000</pubDate>
      
      <guid>http://it580.com/mac-os-x-10-4tiger-e4-b8-8bruby-on-rails-e7-bc-96-e8-af-91-e5-ae-89-e8-a3-85/</guid>
      <description>1.安装Xcode 2.5 下载链接:xcode25_8m2558_developerdvd.dmg，完成后直接安装即可。 2.安装Ruby
 curl –O ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p376.tar.gz tar xzvf ruby-1.9.1-p376.tar.gz cd ruby-1.9.1-p376 ./configure &amp;ndash;prefix=/usr/local make sudo make install
 3.安装RubyGem
 curl –O http://rubyforge.org/frs/download.php/69365/rubygems-1.3.6.tgz tar xzvf rubygems-1.3.6.tgz cd rubygems-1.3.6 sudo ruby setup.rb
 4.安装Ruby On Rails
 sudo gem install rails &amp;ndash;include-dependencies
 5.配置路径 安装完成后如果你直接执行ruby -v，看到的将还是系统已有的1.8.2版本，还需要执行如下操作。
 nano ~/.profile
 加入如下内容，保存退出。
 export PATH=”/usr/local/bin:/usr/local/sbin:$PATH”
 执行:
 . ~/.profile
 检查是否加入/usr/local/bin等内容，执行如下命令:
 echo $PATH
 如果已经包含我们加入的部分，再运行ruby -v就可以看到是版本已经是1.9.1p376。 完成。</description>
    </item>
    
    <item>
      <title>KALYWAY MAC OS X Leopard安装</title>
      <link>http://it580.com/kalyway-mac-os-x-leopard-e5-ae-89-e8-a3-85/</link>
      <pubDate>Fri, 14 Mar 2008 09:12:42 +0000</pubDate>
      
      <guid>http://it580.com/kalyway-mac-os-x-leopard-e5-ae-89-e8-a3-85/</guid>
      <description>安装盘:Mac OS X Leopard 10.5.1 KALYWAY intel SSE2 SSE3
主机:HP NX7000(CPU:PM 1.5G,支持SSE2)
硬盘划分:80GB(分区状况:10G Winxp System,剩下的都划为数据盘)  下载的文件为zip压缩包,解压后得到一个iso文件,使用你常用的刻录软件刻录成DVD光盘。(我使用了ONES) 使用你顺手的分区工具,从原数据盘划分20G出来,设置为主分区,并且指定为活动分区。注意，无需格式化。记得指定一个方便记忆的卷标。 使用刚才刻录的光盘启动，在我的机器上启动比较慢，大约需要等待5min后出现才出现苹果的安装界面。 选择简体中文，下一步，然后选择菜单上的磁盘工具，选择你刚才划分出来的新分区，执行抹除操作，文件格式设置为默认即可(HFS+)。抹除完成后，记得校验一下。退出磁盘工具。 继续安装，并选择自定义安装，选中SSE2，EFI部分注意选择EFI+MBR，然后开始安装。 安装完成后，自动重启，请取出光盘，使用硬盘启动，你可以看到，在5秒内按任意键，可选择启动磁盘，你的电脑已经支持XP和MAC的双启动了。享受Leopard吧！    PS:Leopard 10.5.1中文语言包下载</description>
    </item>
    
  </channel>
</rss>