DarwinPorts

参照:DarwinPorts

メモ書き

Darwin OS familyでPortsを実現する物。
ありがたや~



・インストールは、アーカイブ内の「README_RELEASE1」とおりに
./configure && make && sudo make install

・PATHの追加「~./profile」に
export PATH=/opt/local/bin:$PATH

・DarwinPortsを最新にする。
# sudo port selfupdate

・Ports一覧
# port list

・インストール
# sudo port install 入れたい物

・アンインストール
# sudo port uninstall 削除したい物

・インストール済みの物の確認
# port installed

この記事どうでした?
  • いいね (0)
  • まぁまぁ~ (0)
  • ふつう (0)
  • ちょっとね (0)
  • 残念 (0)

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.