Csound Csound-dev Csound-tekno Search About

[Csnd] installing on Linux??

Date2008-10-04 03:46
Fromluis jure
Subject[Csnd] installing on Linux??

hello list, 

please excuse the silly question, but i decided to install csound-5.09,
and i see that install.py is no more. the only instructions i could
find still refer to install.py
(http://csounds.com/manual/html/BuildingCsound.html)

after compiling, "scons install" gets me:
scons: *** Do not know how to make target `install'.  Stop.

then i tried "scons install=1" and i get this:
scons: done reading SConscript files.
scons: Building targets ...
scons: `.' is up to date.
scons: done building targets.

but nothing happens. 

how can i install csound-5.09???

thanks for any help,

lj

Date2008-10-04 07:50
Fromobaudouin
Subject[Csnd] Re: installing on Linux??
You have to specify buildRelease=1:

scons buildRelease=1 useDouble=1 [buildInterfaces=1 buildJavaWrapper=1
buildCsoundAC=1]

sudo ./install.py

Add this line in .bashrc:

export OPCODEDIR64="/usr/local/lib/csound/plugins64/"

Best,

Olivier.



luis jure wrote:
> 
> 
> 
> hello list, 
> 
> please excuse the silly question, but i decided to install csound-5.09,
> and i see that install.py is no more. the only instructions i could
> find still refer to install.py
> (http://csounds.com/manual/html/BuildingCsound.html)
> 
> after compiling, "scons install" gets me:
> scons: *** Do not know how to make target `install'.  Stop.
> 
> then i tried "scons install=1" and i get this:
> scons: done reading SConscript files.
> scons: Building targets ...
> scons: `.' is up to date.
> scons: done building targets.
> 
> but nothing happens. 
> 
> how can i install csound-5.09???
> 
> thanks for any help,
> 
> lj
> 
> 
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
> 
> 

-- 
View this message in context: http://www.nabble.com/installing-on-Linux---tp19808589p19809570.html
Sent from the Csound - General mailing list archive at Nabble.com.


Date2008-10-04 12:51
Fromluis jure
Subject[Csnd] Re: Re: installing on Linux??
on 2008-10-03 at 23:50 obaudouin wrote:


>You have to specify buildRelease=1:
>sudo ./install.py


thank you, this works. 

a couple of questions:

1) where is this documented?
2) could anyone give a more verbose description of these two options: ?

buildRelease: Set to 1 to build for release (implies noDebug)
install: Enables the Install targets

thanks again.


lj

Date2008-10-04 18:52
FromFelipe Sateler
Subject[Csnd] Re: Re: Re: installing on Linux??
AttachmentsNone