Dear friends,
imagine:
#1 I want to have installed pd-vannilla + gem extenstion to it. #2 next I want to install pd-extended (and gem is included) #3 and finally sometimes i want to use pd-l2ork ( gem is again installed..)
so I have 3x gem... it is posibile to do something with folder hierarchy ?
my idea on linux:
/usr/lib/pd/vanilla /usr/lib/pd/pd-extended /usr/lib/pd/pd-l2ork
/usr/lib/pd/externals (all exterals goes here..)
. so if I install some external (i.e. Gem) it installs to the /usr/lib/pd/externals folder and every of three 'distribution' of pd can use it ...
or i am wrong ?
cheers.
fk.
Currently that is implemented like this in the Debian packages:
/usr/lib/pd (libraries shared among all Pd distros) /usr/lib/puredata (Pd-vanilla) /usr/lib/pd-extended /usr/lib/pd-l2ork
Those names mirror the package names 'puredata', 'pd-extended' , 'pd-l2ork'. Then all libraries installed into /usr/lib/pd start with 'pd-', and specific lib start with the distro they are targetting, like 'puredata-import'.
.hc
On 02/04/2013 04:47 PM, Fero Kiraly wrote:
Dear friends,
imagine:
#1 I want to have installed pd-vannilla + gem extenstion to it. #2 next I want to install pd-extended (and gem is included) #3 and finally sometimes i want to use pd-l2ork ( gem is again installed..)
so I have 3x gem... it is posibile to do something with folder hierarchy ?
my idea on linux:
/usr/lib/pd/vanilla /usr/lib/pd/pd-extended /usr/lib/pd/pd-l2ork
/usr/lib/pd/externals (all exterals goes here..)
. so if I install some external (i.e. Gem) it installs to the /usr/lib/pd/externals folder and every of three 'distribution' of pd can use it ...
or i am wrong ?
cheers.
fk.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2013-02-04 22:54, Hans-Christoph Steiner wrote:
Currently that is implemented like this in the Debian packages:
/usr/lib/pd (libraries shared among all Pd distros)
small amendment: i think this should be explicitely only for libraries that are binary compatible with pd-vanilla. judging from a recent thread, this would rule out pd-l2ork.
/usr/lib/puredata (Pd-vanilla) /usr/lib/pd-extended /usr/lib/pd-l2ork
and i want to stress (in support of the above layout), that we/you shouldn't try to invent yet another fiel system layout, but rather stick to what we already have (mostly in debian)
fgamsdr IOhannes
On 02/05/2013 03:05 AM, IOhannes m zmoelnig wrote:
On 2013-02-04 22:54, Hans-Christoph Steiner wrote:
Currently that is implemented like this in the Debian packages:
/usr/lib/pd (libraries shared among all Pd distros)
small amendment: i think this should be explicitely only for libraries that are binary compatible with pd-vanilla. judging from a recent thread, this would rule out pd-l2ork.
/usr/lib/puredata (Pd-vanilla) /usr/lib/pd-extended /usr/lib/pd-l2ork
and i want to stress (in support of the above layout), that we/you shouldn't try to invent yet another fiel system layout, but rather stick to what we already have (mostly in debian)
fgamsdr IOhannes
Strongly agree on both counts!
.hc