From e29c6c8c617c4828d771e247531da9e10e6bf9f4 Mon Sep 17 00:00:00 2001 From: Nick Vercammen Date: Sun, 11 Mar 2018 15:11:07 +0100 Subject: Ubuntu xenial first dependencies Add update and upgrade commands to enable the installation of the first dependencies on ubuntu xenial. If those are not executed some packages can not be found. --- doc/build-windows.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/build-windows.md b/doc/build-windows.md index cff4ea9362..0a4136173b 100644 --- a/doc/build-windows.md +++ b/doc/build-windows.md @@ -62,6 +62,8 @@ installing the toolchain will be different. First, install the general dependencies: + sudo apt update + sudo apt upgrade sudo apt install build-essential libtool autotools-dev automake pkg-config bsdmainutils curl git A host toolchain (`build-essential`) is necessary because some dependency -- cgit v1.2.3