271
edits
| Line 53: | Line 53: | ||
sudo port install cmake | sudo port install cmake | ||
=== Install '''plib''' (1.8.5) with MacPorts === | === OSX 10.5.8: Install '''plib''' (1.8.5) with MacPorts === | ||
sudo port install plib | sudo port install plib | ||
=== OSX 10.6.6: Install '''plib''' (1.8.5) === | |||
You need to compile plib yourself instead of macports usage. Download [http://plib.sourceforge.net/dist/plib-1.8.5.tar.gz plib 1.8.5 source] and after that [http://ftp.kaist.ac.kr/macports/release/ports/devel/plib/files/ apply this two patches] to the source. | |||
Got to folder plib and run configure and make with | |||
./configure CXXFLAGS="-arch i386" | |||
make | |||
sudo make install | |||
=== Install the ALUT.framework === | === Install the ALUT.framework === | ||
edits