diff --git a/Software-%28en%29.md b/Software-%28en%29.md index bbba661..062c6e8 100644 --- a/Software-%28en%29.md +++ b/Software-%28en%29.md @@ -37,7 +37,7 @@ The manual installation is only recommended for advanced users! 2. Install the following program: `sudo apt-get install usbmount cmake imagemagick fbi i2c-tools gpac` 3. Install the raspicam c ++ library. -```bash +``` bash cd ~/Downloads/ wget -O raspicam_c++-lib.zip https://sourceforge.net/projects/raspicam/files/raspicam-0.1.3.zip/download# unzip raspicam_c++-lib.zip @@ -51,7 +51,7 @@ sudo ldconfig ``` 4. Install the bcm2835 library. -```console +``` bash cd ~/Downloads/ wget -O bcm2835-1.50.tar.gz http://www.airspayce.com/mikem/bcm2835/bcm2835-1.50.tar.gz tar zxvf bcm2835-1.50.tar.gz @@ -63,7 +63,7 @@ sudo make install ``` 5. Install the ActionPi software. -```console +``` bash cd ~/Downloads/ git clone https://github.com/Seil0/ActionPi.git cd ActionPi/ @@ -79,7 +79,7 @@ chmod +x ActionPi 7. (Optional) Add i2c configuration for the real-time clock. `sudo i2cdetect -y 1; sudo modprobe rtc-ds1307; sudo echo ds1307 0x68 > /sys/class/i2c-adapter/i2c-1/new_device` 8. (Optional) Deactivate dhcpcd, speeds up the boot process, disables DHCP! (Not recommended!) -```console +``` bash sudo service dhcpcd stop sudo systemctl disable dhcpcd ```