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.
This commit is contained in:
parent
bb98aec674
commit
e29c6c8c61
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue