Guest User

test

a guest
May 8th, 2012
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. sudo su -
  2. mkdir -p /opt/mports
  3. cd /opt/mports
  4. svn checkout https://svn.macports.org/repository/macports/trunk
  5. cd /opt/mports/trunk/base
  6. ./configure --enable-readline
  7. make
  8. sudo make install
  9. make distclean
  10. /opt/local/bin/port -v selfupdate
  11. /opt/local/bin/port edit libxml2
  12. :%s/reinplace/reinplace -local C/g
Advertisement
Add Comment
Please, Sign In to add comment