On 2016-02-22 11:47, Jonghyun Kim wrote:
## 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.
for the record: you could do a user-only installation by running:
$ make install prefix=/tmp/Gem-foo pkglibdir=~/pd-externals/Gem
instead of "make install && cp -a ..."; this avoid having Gem installed two times (the more versions of the same library you have installed, the more likely it is that they will interfere with each other).
fgmasdr IOhannes