271
edits
| Line 100: | Line 100: | ||
cd to the directory and type | cd to the directory and type | ||
./autogen.sh | ./autogen.sh | ||
./configure | ./configure (OSX 10.6.6: ./configure CXXFLAGS="-arch i386" CFLAGS="-arch i386") | ||
make | make | ||
sudo make install | sudo make install | ||
edits