After downloading the file and placing it in /Users/John/Development/pkg-config, I opened up the Terminal window, and ran the following steps
cd /Users/John/Development/pkg-config
tar xvf pkg-config-0.23.tar
cd pkg-config-0.23
./configure
make
sudo make install
Any suggestions?
Dusty
Search found 2 matches
- Mon May 25, 2009 4:34 pm
- Forum: Compiling Audacity
- Topic: Compiling For Mac
- Replies: 29
- Views: 15012
- Mon May 25, 2009 4:11 pm
- Forum: Compiling Audacity
- Topic: Compiling For Mac
- Replies: 29
- Views: 15012
Re: Compiling For Mac
First, install pkg-config and make sure it's in your path. If it's not in your path Xcode won't find it and nothing will build. I'm really new to the Mac development environment. I've been programming since the early 1980s. I used to use a several flavors of UNIX before 1994, but have been working ...