Skip to content

Commit

Permalink
updated: README.osx with two-liner to automate port installation
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkm4ster committed May 15, 2009
1 parent 8091abf commit c29ea08
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.osx
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ Then install the following port packages (order is very important):
$ sudo port install libsdl_mixer +universal
$ sudo port install libsdl_image +universal

If you understand the following two lines, you can run it to automate
the installation of the ports in the above order:

sudo bash
cat README.osx | perl -ne 'print `port install $1` if /^ \$ sudo port install (.*)$/;'

Finally, fix the mysql package default install location with this symlink:

$ sudo ln -s /opt/local/include/mysql5/mysql/ /opt/local/include/mysql
Expand Down

0 comments on commit c29ea08

Please sign in to comment.