[PD] help compiling pd-extended

Charles Goyard cg at fsck.fr
Wed Jan 25 23:53:59 CET 2012


Hi,

I'm on archlinux, I have pdextended 0.42 and 0.43-nighly up and running.

Renato wrote:
> Hi, I'd like to compile pd-extended to use [hid]. I'm on Archlinux

Here's how I do for 0.43:

rsync -av --delete --exclude '.git' --exclude '.svn' rsync://128.238.56.50/distros/pd-extended/ pd-extended/

I then edit pd-extended/packages/linux_make/Makefile and remove the line:
OPT_CFLAGS += -mtune=i686 -march=i386
(or at least remove -march=i386)
cd pd-extended/packages/linux_make
make install PREFIX=/opt/pd-extended-0.43
cd build/usr
sudo mkdir /opt/pd-extended-0.43/
sudo cp -r * /opt/pd-extended-0.43/

enjoy !

For pde42, I don't remember the exact steps, sorry.

Cheers,
Charlot



More information about the Pd-list mailing list