I'm trying to update the Pd version 0.45.4 that came with the Ubuntu 14.4 on my Odroid XU4.
I have downloaded the source of 0.46.7 and compiled it.
The INSTALL.txt says this:
.
run the following commands:
./autogen.sh
./configure
make
I ran that but this obvoiusly does not actually install Pd 0.46.7
What is missing?
Thanks, Ingo
sudo make install?
On Sun, Dec 20, 2015 at 6:22 PM, Ingo ingo@miamiwave.com wrote:
I'm trying to update the Pd version 0.45.4 that came with the Ubuntu 14.4 on my Odroid XU4.
I have downloaded the source of 0.46.7 and compiled it.
The INSTALL.txt says this:
…
run the following commands:
./autogen.sh
./configure
make
I ran that but this obvoiusly does not actually install Pd 0.46.7
What is missing?
Thanks, Ingo
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
That's what I had thought originally.
It did a bunch of stuff (without any errors) but I still had version 0.45.4 afterwards. Then I tried uninstalling 0.45.4 and the installing 0.46.7 but that gave me no Pd at all ...
Ingo
Von: Alexandros Drymonitis [mailto:adrcki@gmail.com] Gesendet: Sonntag, 20. Dezember 2015 17:52 An: Ingo Cc: pd-list@lists.iem.at Betreff: Re: [PD] How to update Pd 0.45.4 to 0.46.7 0n Ubuntu 14.4 (Odroid XU4)
sudo make install?
On Sun, Dec 20, 2015 at 6:22 PM, Ingo ingo@miamiwave.com wrote: I'm trying to update the Pd version 0.45.4 that came with the Ubuntu 14.4 on my Odroid XU4. I have downloaded the source of 0.46.7 and compiled it. The INSTALL.txt says this: run the following commands: ./autogen.sh ./configure make I ran that but this obvoiusly does not actually install Pd 0.46.7 What is missing? Thanks, Ingo
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
i think the problem here is mainly the usage...
On 2015-12-20 18:01, Ingo wrote:
It did a bunch of stuff (without any errors) but I still had version 0.45.4 afterwards.
how did you test?
Then I tried uninstalling 0.45.4 and the installing 0.46.7 but that gave me no Pd at all ...
how did you test?
any Pd application launcher in your desktop menu is provided by Debian directly (*not* by Pd-vanilla). so if you uninstall the Debian package, you uninstall the launcher (with the fancy icon).
the Debian application launcher also explicitely starts the Pd version installed by Debian (/usr/bin/pd). so even if you have a /usr/local/bin/pd that is really a disguised max9 binary, clicking on the launcher will give you a good and proper Pd.
however, you can still start any Pd in /usr/local/bin, e.g. by running it from the console or by simply creating your own launcher.
ghfft IOhannes
On Sun, 2015-12-20 at 17:22 +0100, Ingo wrote:
I'm trying to update the Pd version 0.45.4 that came with the Ubuntu 14.4 on my Odroid XU4.
I have downloaded the source of 0.46.7 and compiled it.
The INSTALL.txt says this:
… run the following commands:
./autogen.sh
./configure
make
I ran that but this obvoiusly does not actually install Pd 0.46.7 What is missing?
$ sudo make install
Roman