A few tweaks for Raspi 3 model B v1.2 running the latest raspbian “stretch”

I confirm Andy’s comments on stretch with the addition of installing kio-dev to eliminate all package error messages:
sudo apt-get install -y kio-dev
mkdir build-1
cd build-1

Notice the above is a number 1 not letter “l”
Thanks for the fantastic build instructions!!