| I suppose this must be in the list archives, but here it goes:
1. Get and install scons
2. Get, build and install libsndfile
3. Get, build and install PortAudio v.19
4. Get, build and install PortMIDI
5. From the top level directory of the sources, run 'scons'
This will build csound (static lib) at the top level directory. You
can then either add that directory to your path or copy the
'csound' file to somewhere in your path.
You also need to set OPCODEDIR to point to the csound sources,
or create a new OPCODEDIR somewhere, set the environment variable
and copy the *.dylib files you see in the top level dir to there.
6. If you want to build a dynamic lib instead, you can do it by
running 'sudo scons dynamicCsoundLibrary=1 buildRelease=1' instead
(then the OPCODEDIR does not need to be set).
Victor
----- Original Message -----
From: "Panos Katergiathis"
To:
Sent: Saturday, November 22, 2008 9:16 AM
Subject: [Csnd] Re: Compiling for OS X Leopard 10.5.5 (reprise)
>
> A kind reminder.
> I still need that info, if available.
> Weekends should not be wasted in resting.
>
> :)
>
> Panos
>
>
>
>
>
> On Nov 20, 2008, at 11:30 AM, Panos Katergiathis wrote:
>
>> Hello again
>>
>> Recently i showed my interest in compiling Csound on OS X Leopard
>> 10.5.5.
>>
>> This page:
>>
>> http://www.nabble.com/Compiling-on-Mac-OS-X-10.5-Leopard-td20200630.html
>>
>> provides hope. It appears that Anthony has a guide for this sort of
>> thing.
>>
>> Could you please provide access to this information?
>>
>>
>> Panos
>>
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
|