diff --git a/Software-%28en%29.md b/Software-%28en%29.md index 2897a8d..130429f 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. -``` +```console 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 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