Skip to content

Commit e29c6c8

Browse files
authored
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.
1 parent bb98aec commit e29c6c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/build-windows.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ installing the toolchain will be different.
6262

6363
First, install the general dependencies:
6464

65+
sudo apt update
66+
sudo apt upgrade
6567
sudo apt install build-essential libtool autotools-dev automake pkg-config bsdmainutils curl git
6668

6769
A host toolchain (`build-essential`) is necessary because some dependency

0 commit comments

Comments
 (0)