2014년 9월 11일 목요일

MacPorts install sequence

MacPorts

  • source MaxPorts-2.3.1
  • tar -zxvf MaxPorts-2.3.1.tar.bz2
  • cd MacPorts-2.3.1
  • ./configure
  • make
  • sudo make install
  • sudo port -v selfupdate
  • emacs ~/.bash_profile
export PORT=/opt/local/bin
export PATH=$PORT:$PATH
  • source ~/.bash_profile

댓글 없음:

댓글 쓰기