Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

llextirem

macrumors newbie
Original poster
Mar 5, 2015
1
0
Hi

I'm not sure this is the right place to post this question, I just made an account.

I'm running on Mavericks 10.9.2 and I am trying to install JACK Audio Connection Kit and don't know how.

I downloaded JACK1 Source tarball: JACK 0.124.1. (tar.gz file) from the downloads page (http://jackaudio.org/downloads/) and I looked all over their website for instructions to install it but I can't seem to find any.

I unzipped it and there are folders and files in it. There are no read me's with instructions either in the folder either. I'm fairly certain you have to do something in terminal, but I have no idea what to do, I am not experienced in installing applications this way and I am new to programming.

Has anyone installed this program before?

Regards
 
I'm not familiar with JACK specifically, but the usual drill for this sort of thing is:

cd "/path/to/the/jack/folder"
./configure
make
sudo make install

(each on a line of its own in the Terminal)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.