Hello,
I get source from git :
After :
$ sudo apt-get build-dep gem
$ ./autogen.sh
$ ./configure
$ make
everything seems OK.
But, after :
$ sudo make install
Gem is recompiled one more time and then installed in
/usr/local/lib/pd/extra/
What I expected was just an installation in /usr/local/lib/pd/extra/ ?
Is it a bug in the installation process ?
++
Jack