Rasperry Pi: Difference between revisions

141 bytes added ,  28 September 2021
The size of the package is no longer only 27MB, I checked 28/09/21 and it occupies 157MB
(The size of the package is no longer only 27MB, I checked 28/09/21 and it occupies 157MB)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Warning|This article is outdated as of 2020-06-10; see [[:Category:Installation]] for latest information.}}
[[File:Raspbian_wheezy_running_octave.png|500px]]
[[File:Raspbian_wheezy_running_octave.png|500px]]


Line 18: Line 20:
  $ sudo apt-get update
  $ sudo apt-get update
  $ sudo apt-get install octave
  $ sudo apt-get install octave
This will take some time to download (approx. 29MB) and install octave and all of its needed dependencies. After this there is an entry "Programming" - "GNU Octave" in your LXDE menu.
This will take some time to download (approx. 157MB) and install octave and all of its needed dependencies. After this there is an entry "Programming" - "GNU Octave" in your LXDE menu.




Line 39: Line 41:


* Write a simple example which read/writes the GPIO ports from within octave. Here is a stub to start: https://github.com/octave-de/octave-rpi-gpio
* Write a simple example which read/writes the GPIO ports from within octave. Here is a stub to start: https://github.com/octave-de/octave-rpi-gpio
[[Category:Outdated pages]]
Anonymous user