Is this possible? I've tried through command line but haven't found a clear tutorial yet. Would it be easier to accomplish this from gui or should I stick with the terminal?
2 Answers
You can use the terminal to install OpenCV, here is a link with information on how to install OpenCV on your RaspberryPi.
And here is how to install eclipse:
sudo apt-get update
sudo apt-get install eclipse
Hope it helped.
I dont think installing eclipse on Raspberry Pi is a good option as it is too heavy for it. I recommend Sublime Text or Geany
-
Eclipse won't run on something with less than 1GB of ram (probably 4GB RAM minimum)GuySoft– GuySoft2014-07-08 21:00:53 +00:00Commented Jul 8, 2014 at 21:00
-
Sublime Text cannot be installed on Raspberry Pi. There is no version available for ARM.user67191– user671912017-06-02 21:08:52 +00:00Commented Jun 2, 2017 at 21:08