|
Re: Programming on ARM computer
I think it works on my Raspberry Pi. I installed everything using the default way, and netbeans using apt-get
try apt-get install netbeans
then the rest of the instruction on the FRC WPILIB Cookbook. I believe that APT will find the best package, meant for your resources and install that, instead of a general passage. It will also gather the resources.
|