[PD-dev] Help building/configuring pd-extended

Felix Pfeifer pfeifer.felix at googlemail.com
Wed Oct 27 19:41:20 CEST 2010


you can also try:
$ cd packages/linux_make/
$ make install DESTDIR="/" prefix="/usr"
if you want to install it directly into /usr
if you want to install into /usr/local
just leave the prefix="/usr"

You will still need a working internet connection,
you can try this, if you don't have one:
$ make install DESTDIR="/" prefix="/usr" DOC_TARGETS="media
messageoddness pd_fileformat pd-msg pddp tutorials"

(i don't know yet if it works, didn't test)

You also should have these installed:
dssi, gsl, imlib2, jack-audio-connection-kit, ladspa_sdk, lame, liblo,
libquicktime and speex at compile time

and also the devel packages, if your distro distinguishes
between normal and devel packages.

If you use slackware i can send you a SlackBuild
script. This will be released under www.slackbuilds.org
but i don't know when ;]

Felix

2010/10/27 Hans-Christoph Steiner <hans at at.or.at>:
>
> The rync also acts as a very reliable "make clean", so its recommended to
> run it.  The uploading stuff doesn't matter, you could comment it out.
> .hc
> On Oct 27, 2010, at 12:24 PM, Enrique Vetere wrote:
>
> That scripts attempts to upload something and also does some rsync... I
> don't think I need that.
> I've just downloaded all the developer layout from SVN...
> what's next?
>
> On 27 October 2010 10:27, Hans-Christoph Steiner <hans at at.or.at> wrote:
>>
>> I think its easiest to use the auto-build scripts mentioned at the bottom
>> of this page:
>> http://puredata.info/docs/developer/BuildingPdExtended
>> .hc
>> On Oct 27, 2010, at 9:08 AM, Enrique Vetere wrote:
>>
>> Hello,
>> I need to patch something in PD related to midi (I sent another mail
>> about).
>> I'm on Linux.
>> now I downloaded pd-extended from sourceforge as per:
>>
>> http://puredata.info/docs/developer/GettingPdSource
>>
>> so I enter the pd-extended directory and did
>>
>> ./autogen.sh
>> ./configure
>> make
>>
>> this causes to have an executable  src/pd
>> which runs ok but does not have any extension loaded (in particular hid)
>>
>> what am I doing wrong?
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> Pd-dev mailing list
>> Pd-dev at iem.at
>> http://lists.puredata.info/listinfo/pd-dev
>>
>>
>>
>>
>> ----------------------------------------------------------------------------
>> Computer science is no more related to the computer than astronomy is
>> related to the telescope.      -Edsger Dykstra
>>
>
>
>
>
>
> ----------------------------------------------------------------------------
> You can't steal a gift. Bird gave the world his music, and if you can hear
> it, you can have it. - Dizzy Gillespie
>
>
>
> _______________________________________________
> Pd-dev mailing list
> Pd-dev at iem.at
> http://lists.puredata.info/listinfo/pd-dev
>
>



More information about the Pd-dev mailing list