Linking Csound API on OSX?
Date | 2015-06-24 05:06 |
From | Paul Batchelor |
Subject | Linking Csound API on OSX? |
Attachments | None None |
Hello List, I've been scratching my head trying to get some of my C/C++ code using the Csound API to build on an OSX computer. Is there any documentation for compiling Csound API code on OSX? On my Linux computers, all I have to do to compile code is use gcc/g++ with the flags "-lcsound64 -lcsnd6". This doesn't seem to be the case for OSX... Can anybody here help me? Thanks, -P |
Date | 2015-06-24 08:05 |
From | Victor Lazzarini |
Subject | Re: Linking Csound API on OSX? |
-framework CsoundLib64 should do it. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland > On 24 Jun 2015, at 05:06, Paul Batchelor |
Date | 2015-06-24 17:49 |
From | Paul Batchelor |
Subject | Re: Linking Csound API on OSX? |
Attachments | None None |
Yup! That was the bit I was missing. Thanks. On Wed, Jun 24, 2015 at 3:05 AM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote: -framework CsoundLib64 |