Hi. I am trying to install the GEM external for Pure Data on my Raspberry Pi. I have always found installing source code troubling as I do not know nearly enough about programming to work with all the options during the install.
I did find out that you can install GEM with the command line so I did that:
sudo apt install gem
I cannot find where it installed to and typing $ gem
gives me nothing but $ sudo apt install gem
gives me:
gem is already the newest version (1:0.94-8+b5).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 1
I can point Pure Data to a normally installed external when I know where it is. How do I find GEM so I can point Pd to it?