| hi adam -
yes you can use apt-get. some weeks ago i proposed on the developers
list this small description to be included in the sources as install
descriptions for linux:
>>
1) Get the dependencies via
sudo apt-get build-dep csound
on Debian-based systems, or a similar task on others.
2) cd to the csound source directory and execute
scons
You will probably get request to rename one of the custom-***.py (for
instance custom-linux-jpff.py) files as custom.py. You can change the
file if you find anything inappropriate for your system.
If you run scons -h you will get all options and defaults for building
Csound.
A line with own scons options will look like
scons useOSC=1 buildPythonOpcodes=1 dynamicCsoundLibrary=1 buildTclcsound=1
3) Run
sudo python install.py
<<
perhaps it helps, too.
if you can write down your process step by step for ubuntu, please send
it to us. steven has started a wiki, and we should collect descriptions,
and try to keep them up to date.
best -
joachim
Am 26.02.2012 20:36, schrieb adam:
>
> Thanks Michael. The OPCODEDIR64 name misled me. I see the distinction
> now under Csound Environment Variables in the manual.
>
> Thanks John. I knew a night build took place, but not how to
> deploy it.
>
> Thanks Menno. That was exactly what I was looking for. It would be
> great if the blog had a master index of the posts, as its a little
> difficult navigating. Am sure I'll give the build a try. And I assume
> that under "What Packages are needed" is mostly a case of installing
> them from the latest sources, and not "apt-get install" or installing
> from the Ubuntu Software Centre. Perhaps I can use an audition process
> to check which version is available via apt-get ?
>
>
> Thanks again folks.
>
>
>
>
>
> On Sun, 2012-02-26 at 12:17 -0500, Michael Gogins wrote:
>> 64 in this context refers not to 64 bit architecture as opposed to 32
>> bit, but rather to double-precision audio samples as opposed to
>> single-precision.
>>
>> Regards,
>> Mike
>>
>> On Sun, Feb 26, 2012 at 12:00 PM, adam wrote:
>>> The Ubuntu Natty Software Centre can install this version,
>>>
>>> Csound version 5.13 (double samples) Mar 8 2011
>>> libsndfile-1.0.23
>>>
>>> which it describes as;
>>> 1:5.13.0~dfsg-3build1 (csound)
>>>
>>> Optional add-ons for that install are,
>>> - GUI interfaces and opcodes for Csound (csound-gui)
>>> - Manual pages for Csound (csound-manpages)
>>> - Miscellaneous utilities for the Csound system (csound-utils)
>>>
>>>
>>> I notice after installing this version, when attempting to
>>> set some environment variables, there exists,
>>>
>>> /usr/lib/csound/plugins64-5.2
>>>
>>> directory, which looks suspiciously like the directory I should
>>> assign to OPCODEDIR64, although I am not using 64-system. Perhaps
>>> it can be set to OPCODEDIR.
>>>
>>>
>>> Can anyone using Ubuntu advise if there is a more recent version
>>> available, say, in some Ubuntu cooker repository ?
>>>
>>> Or is it unavoidable that my best option is to Build from the sources
>>> as per Building Csound in the Csound Manual ? In which case, is
>>> there a Wiki description or guidelines anywhere for this process ?
>>> I suppose an example of the Scons build options would be a helpful
>>> start.
>>>
>>>
>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>>
>>
>>
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
> https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
|