Mac 10.4 Sdk In Mountain Lion
I have Mac OS 10.8.2, Python 2.7.3, Xcode 4.5.1. I am trying to install portaudio (so that I can use import pyaudio in python) following the instructions in http://www.portaudio.c
Solution 1:
I would just install it using homebrew. I am running MountainLion and it installed in 14 seconds.
$ brew install portaudio
==> Downloading http://www.portaudio.com/archives/pa_stable_v19_20111121.tgz
######################################################################## 100.0%
==> Downloading patches
######################################################################## 100.0%
==> Patching patching file include/pa_mac_core.h
==> ./configure --prefix=/usr/local/Cellar/portaudio/19.20111121 --enable-mac-universal=no
==> make install /usr/local/Cellar/portaudio/19.20111121: 8 files, 308K, built in 14 seconds
Post a Comment for "Mac 10.4 Sdk In Mountain Lion"