From c50a1d77ce7d205560a9dd5a15b68b900b2f7182 Mon Sep 17 00:00:00 2001 From: Seil0 Date: Sat, 16 Mar 2019 00:25:08 +0100 Subject: [PATCH] Update page 'Software (en)' --- Software-%28en%29.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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