[PD] 0.46 for Ubuntu 14.04?

IOhannes m zmölnig zmoelnig at iem.at
Sat May 9 22:41:37 CEST 2015


On 05/09/2015 08:04 PM, Mario Mey wrote:
> I discovered MobMuPlat, I want to install and try it. It says it needs
> Pd 0.46 (I have extended 0.44). I would liike to install 0.46, but it is
> not in Millers' page... I found in lauchpad, but it says it's for 15.04
> (0.46.2-1) and 15.10 (0.46.6-1). I don't want SO and package versions
> problems...
> 
> Did anybody compile it for 14.04 and can send me the .deb? Is there any
> automatic builder where I can download it...?
> 

somebody might have mentioned this in the past.

 $ PDVER=0.46.6-1
 $ sudo apt-get install devscripts
 $ dget -u
http://http.debian.net/debian/pool/main/p/puredata/puredata_${PDVER}.dsc
 $ cd puredata-${PDVER%-*}
 $ mk-build-deps
 $ sudo dpkg -i puredata-build-deps_${PDVER}_amd64.deb
 $ sudo apt-get -f install
 $ dpkg-buildpackage -r fakeroot
 $ sudo dpkg -i ../*${PDVER}_*.deb

this should work on pristine systems (when repeated , you can remove
about half the commands)

gmsdr
IOhannes

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20150509/1609a8bb/attachment.sig>


More information about the Pd-list mailing list