Update page 'Software (en)'

Jannik 2019-03-16 00:24:17 +01:00
parent ae09b719ae
commit 843d53558e

@ -49,6 +49,7 @@ cmake ..
sudo make install sudo make install
sudo ldconfig sudo ldconfig
``` ```
4. Install the bcm2835 library. 4. Install the bcm2835 library.
``` ```
cd ~/Downloads/ cd ~/Downloads/
@ -60,6 +61,7 @@ make
sudo make check sudo make check
sudo make install sudo make install
``` ```
5. Install the ActionPi software. 5. Install the ActionPi software.
``` ```
cd ~/Downloads/ cd ~/Downloads/
@ -71,6 +73,7 @@ mv -i ActionPi ~/ActionPi/ActionPi
cd ~/ActionPi/ cd ~/ActionPi/
chmod +x ActionPi chmod +x ActionPi
``` ```
6. (Optional) Start the ActionPi software automatically on boot up. 6. (Optional) Start the ActionPi software automatically on boot up.
`sudo echo "sudo ~/ActionPi./ActionPi" > /etc/rc.local` `sudo echo "sudo ~/ActionPi./ActionPi" > /etc/rc.local`
7. (Optional) Add i2c configuration for the real-time clock. 7. (Optional) Add i2c configuration for the real-time clock.