ruby的一些软件
July 24th, 20101. http://github.com/mxcl/homebrew homebrew
http://mxcl.github.com/homebrew/
有空之际给大家说明下一些使用方法
2.http://distfiles.macports.org/MacPorts/ MacPorts
按照好后,如果有:
sh: port: command not found
这种情况:
请:
add the following to ~/.bash_history
or
add the following to ~/.profile
export PATH=$PATH:/opt/local/bin
export MANPATH=$MANPATH:/opt/local/share/man
export INFOPATH=$INFOPATH:/opt/local/share/info
macports(darwinports)是mac操作系统上的一个非常不错的包管理器,可以很方便的编译安装软件,在安装一个软件的时候会将这个软件所依赖的软件环境一起搭建好,这样可以很方便的安装和升级所需要的软件。就像gem一样的方便。
http://www.macports.org/install.php
这是macports的安装说明
http://guide.macports.org/
这是macprots的完整的说明书
以后用: sudo port selfupdate 进行更新
port install 查看用port安装过的软件包。
3.http://help.github.com/mac-key-setup/
git ssh for mac 的用法
http://code.google.com/p/git-osx-installer/
具体参考步骤:
http://help.github.com/mac-git-installation/






