hi there:
just another quick questions;)
pd-extended.
into .tar.gz? i realized that pd-extended 0.37 is only available in .deb from http://pure-data.iem.at/downloads
many thanks
yours
CHUN
chun lee wrote:
hi there:
just another quick questions;)
- how can i install 2 pd on in Linux? for example, having both pd and
pd-extended.
just put them into 2 separate paths and call the instance apropriately. deb/rpm-packages tend to install files into /usr/bin /usr/lib ... when compiling software yourself it is good use to install applications into /usr/local/bin /usr/local/lib ...
- i have redhat fedora, and is there a way to convert the .deb file
into .tar.gz?
dpkg -x maddebfile_0.1-1_i386.deb . the files are in the data.tar.gz file
mfg.as.dr IOhannes
thanks for your reply, here is what i have tried.
On Mon, 2004-04-19 at 16:08, IOhannes m zmoelnig wrote:
chun lee wrote:
hi there:
just another quick questions;)
- how can i install 2 pd on in Linux? for example, having both pd and
pd-extended.
just put them into 2 separate paths and call the instance apropriately. deb/rpm-packages tend to install files into /usr/bin /usr/lib ... when compiling software yourself it is good use to install applications into /usr/local/bin /usr/local/lib ...
thanks, i will try this.
- i have redhat fedora, and is there a way to convert the .deb file
into .tar.gz?
dpkg -x maddebfile_0.1-1_i386.deb . the files are in the data.tar.gz file
i have just downloaded dpkg and tried to make and install it. however, i got stuck at 'make install '. not sure what happened, got quite a bit of error messages from it. if you could help me to figure it out, i will include the errors in the next reply
mfg.as.dr IOhannes
many thanks
CHUN
chun lee wrote:
thanks for your reply, here is what i have tried.
dpkg -x maddebfile_0.1-1_i386.deb . the files are in the data.tar.gz file
i have just downloaded dpkg and tried to make and install it. however, i got stuck at 'make install '. not sure what happened, got quite a bit of
nevermind, i have written nonsense. ("dpkg -x" will extract the installed files, but there will be no data.tar.gz (which holds these files)
just use "ar x maddebfile_0.1-1_i386.deb" and you will get the data.tar.gz which you have to gunzip.
no need to compile dpkg
mfg.a.dsr IOhannes
Hallo, chun lee hat gesagt: // chun lee wrote:
On Mon, 2004-04-19 at 16:08, IOhannes m zmoelnig wrote:
chun lee wrote:
hi there:
just another quick questions;)
- how can i install 2 pd on in Linux? for example, having both pd and
pd-extended.
just put them into 2 separate paths and call the instance apropriately. deb/rpm-packages tend to install files into /usr/bin /usr/lib ... when compiling software yourself it is good use to install applications into /usr/local/bin /usr/local/lib ...
thanks, i will try this.
It also is possible to use PlanetCCRMA's Pd, which is available for Fedora as well. The Planet contains many other useful audio and multimedia applications as well, for example LADSPA plugins.
- i have redhat fedora, and is there a way to convert the .deb file
into .tar.gz?
dpkg -x maddebfile_0.1-1_i386.deb . the files are in the data.tar.gz file
i have just downloaded dpkg and tried to make and install it. however, i got stuck at 'make install '. not sure what happened, got quite a bit of error messages from it. if you could help me to figure it out, i will include the errors in the next reply
I'd say, don't bother with dpkg on Fedora. You should be able to just as well build Pd and the externals from source, provided you install the necessary developer tools. Then simply check out the whole CVS from pure-data.sf.net as described in the docs there, go into the pd-source, rund "./configure && make install", and afterwards run "make" in "externals/build/linux/" as well. This will give you most of the externals in the pd-externals package, maybe even more.
Frank Barknecht _ ______footils.org__