Csound Csound-dev Csound-tekno Search About

[Csnd] building on a USB stick or entirely contained in a local directory

Date2014-03-31 16:12
FromDavid Worrall
Subject[Csnd] building on a USB stick or entirely contained in a local directory
Hi All,

I'd really like to build csound6 on a USB stick - or at least entirely contained in a user directory, i.e. independent of /usr/lib etc
Surely someone has done that. Any ideas where to look?

David
(On OSX)




______________________________________
Prof. Dr. David Worrall
Emerging Audio Research (EAR)
Audio Department
International Audio Laboratories Erlangen
Fraunhofer-Institut für Integrierte Schaltungen IIS
Am Wolfsmantel 33 91058 Erlangen
---
Adjunct Senior Research Fellow
School of Music, Australian National University





Date2014-03-31 16:28
FromTarmo Johannes
SubjectRe: [Csnd] building on a USB stick or entirely contained in a local directory

Hi,
do you mean standalone Csound? So that everything needed is on the stick, you can plug it in, install nothing extra and work with it?
Would be really lovely to know how to do that.

tarmo

2014 3 31 18:13 kirjutas kuupäeval "David Worrall" <david.worrall@iis.fraunhofer.de>:
Hi All,

I'd really like to build csound6 on a USB stick - or at least entirely contained in a user directory, i.e. independent of /usr/lib etc
Surely someone has done that. Any ideas where to look?

David
(On OSX)




______________________________________
Prof. Dr. David Worrall
Emerging Audio Research (EAR)
Audio Department
International Audio Laboratories Erlangen
Fraunhofer-Institut für Integrierte Schaltungen IIS
Am Wolfsmantel 33 91058 Erlangen
---
Adjunct Senior Research Fellow
School of Music, Australian National University





Date2014-03-31 16:39
FromAndres Cabrera
SubjectRe: [Csnd] building on a USB stick or entirely contained in a local directory
Hi,

I do that for the nightly builds of CsoundQt. If you get a nightly build, it will have Csound bundled inside. It's a fairly oldish version 6.01 or something...

You can look in the CsoundQt sources where I have a script to package Csound.

Cheers,
Andrés


On Mon, Mar 31, 2014 at 8:12 AM, David Worrall <david.worrall@iis.fraunhofer.de> wrote:
Hi All,

I'd really like to build csound6 on a USB stick - or at least entirely contained in a user directory, i.e. independent of /usr/lib etc
Surely someone has done that. Any ideas where to look?

David
(On OSX)




______________________________________
Prof. Dr. David Worrall
Emerging Audio Research (EAR)
Audio Department
International Audio Laboratories Erlangen
Fraunhofer-Institut für Integrierte Schaltungen IIS
Am Wolfsmantel 33 91058 Erlangen
---
Adjunct Senior Research Fellow
School of Music, Australian National University






Date2014-03-31 17:36
FromAndres Cabrera
SubjectRe: [Csnd] building on a USB stick or entirely contained in a local directory
Hi,

Just checked and it is using 6.02. I don't think I've forced a build recently, so I'll try to do that today so that the latest version of Csound is used. Thanks again to Johannes at ZHDK who has been keeping this up to date!

Cheers,
Andrés


On Mon, Mar 31, 2014 at 8:39 AM, Andres Cabrera <mantaraya36@gmail.com> wrote:
Hi,

I do that for the nightly builds of CsoundQt. If you get a nightly build, it will have Csound bundled inside. It's a fairly oldish version 6.01 or something...

You can look in the CsoundQt sources where I have a script to package Csound.

Cheers,
Andrés


On Mon, Mar 31, 2014 at 8:12 AM, David Worrall <david.worrall@iis.fraunhofer.de> wrote:
Hi All,

I'd really like to build csound6 on a USB stick - or at least entirely contained in a user directory, i.e. independent of /usr/lib etc
Surely someone has done that. Any ideas where to look?

David
(On OSX)




______________________________________
Prof. Dr. David Worrall
Emerging Audio Research (EAR)
Audio Department
International Audio Laboratories Erlangen
Fraunhofer-Institut für Integrierte Schaltungen IIS
Am Wolfsmantel 33 91058 Erlangen
---
Adjunct Senior Research Fellow
School of Music, Australian National University







Date2014-03-31 17:38
FromDavid Worrall
SubjectRe: [Csnd] building on a USB stick or entirely contained in a local directory
Yep, that's the idea, including a full python package, like anaconda. So one can move from machine to machine, cloud etc….

I'll have a look at what Andres does with Qt (thanks Andres) and see if it is feasible.

D.


On 31.03.2014, at 17:28, Tarmo Johannes <tarmo.johannes@otsakool.edu.ee> wrote:

Hi,
do you mean standalone Csound? So that everything needed is on the stick, you can plug it in, install nothing extra and work with it?
Would be really lovely to know how to do that.

tarmo

2014 3 31 18:13 kirjutas kuupäeval "David Worrall" <david.worrall@iis.fraunhofer.de>:
Hi All,

I'd really like to build csound6 on a USB stick - or at least entirely contained in a user directory, i.e. independent of /usr/lib etc
Surely someone has done that. Any ideas where to look?

David
(On OSX)




______________________________________
Prof. Dr. David Worrall
Emerging Audio Research (EAR)
Audio Department
International Audio Laboratories Erlangen
Fraunhofer-Institut für Integrierte Schaltungen IIS
Am Wolfsmantel 33 91058 Erlangen
---
Adjunct Senior Research Fellow
School of Music, Australian National University






Date2014-03-31 23:19
FromAndres Cabrera
SubjectRe: [Csnd] building on a USB stick or entirely contained in a local directory
Hi,

I've just updated the bundling script to work with Csound 6.02. I have a new nightly build at:

https://sourceforge.net/projects/qutecsound/files/CsoundQt/nightly-osx/

I can't test it right now, so can someone try it and report back?

David, you will need to look at the nightly_build.py script. Just looking at it now, it actually relies on the "macdeployqt" utility from Qt to copy the framework and change many of the dynamic library links, but there are a few that still need to be done manually so you can still get an idea there.

Cheers,
Andrés


On Mon, Mar 31, 2014 at 9:38 AM, David Worrall <david.worrall@iis.fraunhofer.de> wrote:
Yep, that's the idea, including a full python package, like anaconda. So one can move from machine to machine, cloud etc….

I'll have a look at what Andres does with Qt (thanks Andres) and see if it is feasible.

D.


On 31.03.2014, at 17:28, Tarmo Johannes <tarmo.johannes@otsakool.edu.ee> wrote:

Hi,
do you mean standalone Csound? So that everything needed is on the stick, you can plug it in, install nothing extra and work with it?
Would be really lovely to know how to do that.

tarmo

2014 3 31 18:13 kirjutas kuupäeval "David Worrall" <david.worrall@iis.fraunhofer.de>:
Hi All,

I'd really like to build csound6 on a USB stick - or at least entirely contained in a user directory, i.e. independent of /usr/lib etc
Surely someone has done that. Any ideas where to look?

David
(On OSX)




______________________________________
Prof. Dr. David Worrall
Emerging Audio Research (EAR)
Audio Department
International Audio Laboratories Erlangen
Fraunhofer-Institut für Integrierte Schaltungen IIS
Am Wolfsmantel 33 91058 Erlangen
---
Adjunct Senior Research Fellow
School of Music, Australian National University







Date2014-04-01 22:25
FromRobert or Gretchen Foose
SubjectRe: [Csnd] building on a USB stick or entirely contained in a local
You might contact Stephane Rollandin.  His Surmulot package can 
supposedly be run from a USB stick.  Don't know which version of 
Csound is used.
Bob

On 3/31/2014 10:12, David Worrall wrote:
> Hi All,
>
> I'd really like to build csound6 on a USB stick - or at least
> entirely contained in a user directory, i.e. independent of
> /usr/lib etc
> Surely someone has done that. Any ideas where to look?
>
> David
> (On OSX)
>
>
>
>
> ______________________________________
> Prof. Dr. David Worrall
> Emerging Audio Research (EAR)
> Audio Department
> International Audio Laboratories Erlangen
> Fraunhofer-Institut für Integrierte Schaltungen IIS
> Am Wolfsmantel 33 91058 Erlangen
> ---
> Adjunct Senior Research Fellow
> School of Music, Australian National University
> david.worrall@anu.edu.au 
>
>
>
>


Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"