Skip to content

Commit

Permalink
Update INSTALL.md for old macs
Browse files Browse the repository at this point in the history
  • Loading branch information
pepijndevos committed Apr 16, 2011
1 parent 6727ef7 commit acbdb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Expand Up @@ -26,7 +26,7 @@ Perl modules (install from CPAN if needed e.g. `perl -MCPAN -e 'install X'`):
* install [Homebrew](https://github.com/mxcl/homebrew) or [Macports](http://www.macports.org/)
* type:

$ export ARCHFLAGS="-arch x86_64"
$ export ARCHFLAGS="-arch $HOSTTYPE"
$ brew/port install pkg-config libao
$ make
$ perl -MCPAN -e 'install Crypt::OpenSSL::RSA'
Expand Down

0 comments on commit acbdb17

Please sign in to comment.