SC and Ubuntu 8.04

View: New views
9 Messages — Rating Filter:   Alert me  

SC and Ubuntu 8.04

by Nik Francis :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

I'm having some trouble finding a way to install SC onto Ubuntu Linux 8.04, as it is no longer in the main repository.  Is there an up-to-date new-user friendly online installation manual?  Previously, synaptic(ubuntu's package manager) would automatically connect emacs and SC, but now that a manual install is required, I'm a bit lost.  Any suggestions on where to download SC for linux? Thanks.

-Nik


_______________________________________________
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users

Re: SC and Ubuntu 8.04

by Jonathan Segel :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

i would suggest downloading  subversion (svn), maybe via an install  
manager? then you can check out and update SuperCollider via
the methods on the swiki
http://swiki.hfbk-hamburg.de:8888/MusicTechnology/554

On Jun 10, 2008, at 5:52 AM, Nik Francis wrote:

> Hello,
>
> I'm having some trouble finding a way to install SC onto Ubuntu  
> Linux 8.04, as it is no longer in the main repository.  Is there an  
> up-to-date new-user friendly online installation manual?  
> Previously, synaptic(ubuntu's package manager) would automatically  
> connect emacs and SC, but now that a manual install is required,  
> I'm a bit lost.  Any suggestions on where to download SC for linux?  
> Thanks.
>
> -Nik
>
> _______________________________________________
> sc-users mailing list
> sc-users@...
> http://lists.create.ucsb.edu/mailman/listinfo/sc-users

__________________________
jonathan segel
jsegel@...
etc.

_______________________________________________
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users

Re: SC and Ubuntu 8.04

by James Harkins-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Jun 10, 2008, at 9:51 PM, jonathan segel wrote:

i would suggest downloading  subversion (svn), maybe via an install  
manager? then you can check out and update SuperCollider via
the methods on the swiki

Or this link, for ubuntu rather than OSX - http://swiki.hfbk-hamburg.de:8888/MusicTechnology/847 - which includes this little gem - "check out and install supercollider from subversion (don't bother installing from ubuntu packages at all)" :-p

hjh



: H. James Harkins

: jamshark70@...

: http://www.dewdrop-world.net

.::!:.:.......:.::........:..!.::.::...:..:...:.:.:.:..:


"Come said the Muse,

Sing me a song no poet has yet chanted,

Sing me the universal."  -- Whitman



_______________________________________________
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users

Re: SC and Ubuntu 8.04

by blackrain-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

use synaptic to install:
- scons
- alsa and jackd (optionally qjackctl)
- libsndfile
- libsndfile devel
- fftw3f and devel
I may be forgetting some package(s) but scons will tell you.
$ mkdir code
$ cd code
$ svn co https://supercollider.svn.sourceforge.net/svnroot/supercollider/trunk
SuperCollider3
... sc source tree is fetched
$ cd SuperCollider3
$ scons
.. sc builds here (or scons complains about missing dev libs so
install those too with synaptic)
$ sudo scons install
.. enter your root pass and sc is installed

thats it.
here is the wiki instructions:
http://swiki.hfbk-hamburg.de:8888/MusicTechnology/479

cheers,

x

On Tue, Jun 10, 2008 at 8:51 PM, jonathan segel
<jsegel@...> wrote:

> i would suggest downloading  subversion (svn), maybe via an install
> manager? then you can check out and update SuperCollider via
> the methods on the swiki
> http://swiki.hfbk-hamburg.de:8888/MusicTechnology/554
>
> On Jun 10, 2008, at 5:52 AM, Nik Francis wrote:
>
>> Hello,
>>
>> I'm having some trouble finding a way to install SC onto Ubuntu
>> Linux 8.04, as it is no longer in the main repository.  Is there an
>> up-to-date new-user friendly online installation manual?
>> Previously, synaptic(ubuntu's package manager) would automatically
>> connect emacs and SC, but now that a manual install is required,
>> I'm a bit lost.  Any suggestions on where to download SC for linux?
>> Thanks.
>>
>> -Nik
>>
>> _______________________________________________
>> sc-users mailing list
>> sc-users@...
>> http://lists.create.ucsb.edu/mailman/listinfo/sc-users
>
> __________________________
> jonathan segel
> jsegel@...
> etc.
>
> _______________________________________________
> sc-users mailing list
> sc-users@...
> http://lists.create.ucsb.edu/mailman/listinfo/sc-users
>
_______________________________________________
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users

Re: SC and Ubuntu 8.04

by Jonathan Segel :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

yeah, what he said.

On Jun 10, 2008, at 7:10 PM, blackrain wrote:

> use synaptic to install:
> - scons
> - alsa and jackd (optionally qjackctl)
> - libsndfile
> - libsndfile devel
> - fftw3f and devel
> I may be forgetting some package(s) but scons will tell you.
> $ mkdir code
> $ cd code
> $ svn co https://supercollider.svn.sourceforge.net/svnroot/ 
> supercollider/trunk
> SuperCollider3
> ... sc source tree is fetched
> $ cd SuperCollider3
> $ scons
> .. sc builds here (or scons complains about missing dev libs so
> install those too with synaptic)
> $ sudo scons install
> .. enter your root pass and sc is installed
>
> thats it.
> here is the wiki instructions:
> http://swiki.hfbk-hamburg.de:8888/MusicTechnology/479
>
> cheers,
>
> x
>
> On Tue, Jun 10, 2008 at 8:51 PM, jonathan segel
> <jsegel@...> wrote:
>> i would suggest downloading  subversion (svn), maybe via an install
>> manager? then you can check out and update SuperCollider via
>> the methods on the swiki
>> http://swiki.hfbk-hamburg.de:8888/MusicTechnology/554
>>
>> On Jun 10, 2008, at 5:52 AM, Nik Francis wrote:
>>
>>> Hello,
>>>
>>> I'm having some trouble finding a way to install SC onto Ubuntu
>>> Linux 8.04, as it is no longer in the main repository.  Is there an
>>> up-to-date new-user friendly online installation manual?
>>> Previously, synaptic(ubuntu's package manager) would automatically
>>> connect emacs and SC, but now that a manual install is required,
>>> I'm a bit lost.  Any suggestions on where to download SC for linux?
>>> Thanks.
>>>
>>> -Nik
>>>
>>> _______________________________________________
>>> sc-users mailing list
>>> sc-users@...
>>> http://lists.create.ucsb.edu/mailman/listinfo/sc-users
>>
>> __________________________
>> jonathan segel
>> jsegel@...
>> etc.
>>
>> _______________________________________________
>> sc-users mailing list
>> sc-users@...
>> http://lists.create.ucsb.edu/mailman/listinfo/sc-users
>>
> _______________________________________________
> sc-users mailing list
> sc-users@...
> http://lists.create.ucsb.edu/mailman/listinfo/sc-users

__________________________
jonathan segel
jsegel@...
etc.

_______________________________________________
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users

Re: SC and Ubuntu 8.04

by nescivi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tuesday 10 June 2008 08:52:48 Nik Francis wrote:
> Hello,
>
> I'm having some trouble finding a way to install SC onto Ubuntu Linux 8.04,
> as it is no longer in the main repository.  Is there an up-to-date new-user
> friendly online installation manual?  Previously, synaptic(ubuntu's package
> manager) would automatically connect emacs and SC, but now that a manual
> install is required, I'm a bit lost.  Any suggestions on where to download
> SC for linux? Thanks.

You can also use the source package from sourceforge and build from there.

OTOH, maybe someone who is on Ubuntu Hardy can roll a .deb for you...
Anyone?

sincerely,
Marije
_______________________________________________
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users

Re: SC and Ubuntu 8.04

by micromoog :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I installed the .deb here on Hardy to great success:

http://danielnouri.org/blog/music/index.html

I tried the other one (http://artfwo.blogspot.com/2008/04/supercollider-for-hardy.html) first, but MIDI is not working under Linux as far as I can tell (this build is newer than the first).  More detail about that issue: http://www.nabble.com/MIDIClient.init-broken-on-linux-td17044681.html




nescivi wrote:
You can also use the source package from sourceforge and build from there.

OTOH, maybe someone who is on Ubuntu Hardy can roll a .deb for you...
Anyone?

Re: SC and Ubuntu 8.04

by nescivi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thursday 12 June 2008 18:11:33 micromoog wrote:
> I installed the .deb here on Hardy to great success:
>
> http://danielnouri.org/blog/music/index.html
>
> I tried the other one
> (http://artfwo.blogspot.com/2008/04/supercollider-for-hardy.html) first,
> but MIDI is not working under Linux as far as I can tell (this build is
> newer than the first).  More detail about that issue:
> http://www.nabble.com/MIDIClient.init-broken-on-linux-td17044681.html

I commited a fix for that issue this past week.

In your case, just replace the file in the
SCClassLibrary/Common/Control/MIDIOut.sc
with the attached one.

sincerely,
Marije

>
> nescivi wrote:
> > You can also use the source package from sourceforge and build from
> > there.
> >
> > OTOH, maybe someone who is on Ubuntu Hardy can roll a .deb for you...
> > Anyone?




_______________________________________________
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users

MIDIOut.sc (11K) Download Attachment

Re: SC and Ubuntu 8.04

by micromoog :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Fantastic, thanks!


nescivi wrote:
On Thursday 12 June 2008 18:11:33 micromoog wrote:
> I installed the .deb here on Hardy to great success:
>
> http://danielnouri.org/blog/music/index.html
>
> I tried the other one
> (http://artfwo.blogspot.com/2008/04/supercollider-for-hardy.html) first,
> but MIDI is not working under Linux as far as I can tell (this build is
> newer than the first).  More detail about that issue:
> http://www.nabble.com/MIDIClient.init-broken-on-linux-td17044681.html

I commited a fix for that issue this past week.

In your case, just replace the file in the
SCClassLibrary/Common/Control/MIDIOut.sc
with the attached one.

sincerely,
Marije

>
> nescivi wrote:
> > You can also use the source package from sourceforge and build from
> > there.
> >
> > OTOH, maybe someone who is on Ubuntu Hardy can roll a .deb for you...
> > Anyone?



 
_______________________________________________
sc-users mailing list
sc-users@create.ucsb.edu
http://lists.create.ucsb.edu/mailman/listinfo/sc-users