Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Nathan Fain <nat@fa...> - 2010-09-01 18:04:00
|
Patch to install on OSX using the libz.a and openssl lib installed via mac ports: $ diff mixmaster-devel/Install mixmaster-3.0_osx/Install 80c80 < for i in /usr/local/lib /usr/lib /lib /usr/lib64 --- > for i in /usr/local/lib /usr/lib /lib /usr/lib64 /opt/local/lib 160a161,163 > elif [ "$found" = "/opt/local/lib" ] > then > INCDIR="/opt/local/include" |