Sorry I forgot the Gem folder. I'll say again.
1. $ mkdir ~/pd-externals ; mkdir ~/pd-externals/deken-plugin ; ## download deken-plugin.tcl from https://github.com/pure-data/deken $ cp deken-plugin.tcl ~/pd-externals/deken-plugin/deken-plugin.tcl
2. ## install Gem from SRC $ sudo apt-get build-dep gem $ git clone git://git.code.sf.net/p/pd-gem/gem $ cd gem $ ./autogen.sh $ ./configure $ make $ sudo make install
3. ## copy Gem folder to ~/pd-externals/Gem $ cp -a /usr/local/lib/pd/extra/Gem ~/pd-externals/Gem
That's it. The old one, Gem from deken server was problematic using imagemagick, so I compiled myself.
Thanks, jonghyun
On Mon, Feb 22, 2016 at 7:36 PM, Jonghyun Kim agitato816@gmail.com wrote:
On Mon, Feb 22, 2016 at 7:26 PM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
so how did you create the ~/pd-externals/Gem/ folder?
I did this:
$ mkdir ~/pd-externals ; mkdir ~/pd-externals/deken-plugin ; ## download deken-plugin.tcl from https://github.com/pure-data/deken $ cp deken-plugin.tcl ~/pd-externals/deken-plugin/deken-plugin.tcl
## restart Pd. And it says: deken-plugin.tcl (Pd externals search) in /home/ak/pd-externals/deken-plugin loaded. Platform detected: Linux-x86_64-64bit
That's it. Is it problematic?
best, jonghyun