MacPorts メモ
MacPorts
Snow Leopard に MacPorts いれる
メモ
Xcode
まずはXcodeがいるので、入れる
Mac本体に付属のOSインストールディスクか
Sign in with your Apple ID - Apple Developer
からinstallする。
Developer Toolsの中になるかな。
AppleIDなければ、作成から。
結構重いので、気長にモンハンでも狩りながら待つ事。
MacPorts
403 Forbidden
ここからも落とせるが、Snow Leopard対応のVersionは、本家から落とした方が良い。
The MacPorts Project -- Home
こっち。
sudo port selfupdate sudo port sync
PATH
.bash_profile に、
# MacPorts Installer addition on yyyy-mm-dd_at_hh:mm:ss: adding an appropriate PATH variable for use with MacPorts. export PATH=/opt/local/bin:/opt/local/sbin:$PATH # Finished adapting your PATH environment variable for use with MacPorts.
って適当に追加されているので、
source ~/.bash_profile
なんか入れてみる
sudo port install git-core
Error: db46 requires the Java for Mac OS X development headers.
db46のinstallに失敗した
Error: db46 requires the Java for Mac OS X development headers. Error: Download the Java Developer Package from: <https://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundleID=20719> Error: Target org.macports.configure returned: missing Java headers Error: Failed to install db46
言われた通り、別途入れる
Sign in with your Apple ID - Apple Developer
AppleIDいるよ。
入れたら、やり直せば、成功した。
狩りを止めて、コーディングに戻れば完成。