From 843d53558e14d3ae086c8a51cc235e5e9f1b2e07 Mon Sep 17 00:00:00 2001 From: Seil0 Date: Sat, 16 Mar 2019 00:24:17 +0100 Subject: [PATCH] Update page 'Software (en)' --- Software-%28en%29.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Software-%28en%29.md b/Software-%28en%29.md index 77ef265..2897a8d 100644 --- a/Software-%28en%29.md +++ b/Software-%28en%29.md @@ -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.