I'm trying to install this spidev library on a machine with an arm processor. It is already running python 3.5, but it does not have any build tools, and therefore can't install the package directly. I've found a lot of tutorials outlining how to build python for a specific architecture, but I just want to build a library. What is the most straightforward way to build the package for the arm architecture? I have the arm build tools on an x64 linux machine.
Thanks!