diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-03-14 16:30:20 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-03-14 16:30:29 +0100 |
commit | de2fcaa89a61f07b872f7b5f7b4bba6b69072308 (patch) | |
tree | ca13afbeed7d0bb26b6bde2d4b99998b599ab5dd /doc | |
parent | 56cc022112aff32c6a0e1ce03469b86910363e4b (diff) | |
parent | e29c6c8c617c4828d771e247531da9e10e6bf9f4 (diff) |
Merge #12668: Doc: do update before fetching packages in WSL build guide
e29c6c8 Ubuntu xenial first dependencies (Nick Vercammen)
Pull request description:
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.
Tree-SHA512: ad15f8f053703f5b785c307a39b28bd3584fb1f9c32cc166e53955733f03ea3df445959577d65ac8c95c3619a0417894121603f8e656421d30992f4fdd6055f9
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build-windows.md | 2 |
1 files changed, 2 insertions, 0 deletions
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 |