On 12/17/2014 05:40 PM, enrike wrote:
hi all
is there some way to run PD 32 bits on a Ubuntu 64 bits system?
sorry if this is stupid question but after a quick search I could not see any recent answer.
my expertise is Debian only, but should apply to ubuntu as well.
make sure you have a recent enough system
enable multi-arch:
$ sudo dpkg --add-architecture i386
(probably update your apt cache)
$ sudo apt-get update
install the i386 binary:
$ sudo apt-get install puredata:i386
make sure to read the multiarch guide [1].
gfasdr IOhannes