Update page 'Software (en)'

Jannik 2019-03-16 00:24:17 +01:00
parent ae09b719ae
commit 843d53558e
1 changed files with 3 additions and 0 deletions

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