docs: Add missing ninja-build to Windows via Ubuntu guide.

This commit is contained in:
Bradley Sepos 2019-11-15 11:34:39 -05:00
parent 1899250a64
commit 2308e2403c
No known key found for this signature in database
GPG Key ID: DEADE2F57D42D9C7
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ Additional MinGW-w64 toolchain dependencies:
Install dependencies.
sudo apt-get update
sudo apt-get install automake autoconf autopoint build-essential cmake gcc git intltool libtool libtool-bin m4 make nasm patch pkg-config python tar zlib1g-dev
sudo apt-get install automake autoconf autopoint build-essential cmake gcc git intltool libtool libtool-bin m4 make nasm ninja-build patch pkg-config python tar zlib1g-dev
If you are running Ubuntu 18.10 or later, install the additional dependencies.

View File

@ -108,7 +108,7 @@ Additional MinGW-w64 toolchain dependencies:
Install dependencies.
sudo apt-get update
sudo apt-get install automake autoconf autopoint build-essential cmake gcc git intltool libtool libtool-bin m4 make nasm patch pkg-config python tar zlib1g-dev
sudo apt-get install automake autoconf autopoint build-essential cmake gcc git intltool libtool libtool-bin m4 make nasm ninja-build patch pkg-config python tar zlib1g-dev
If you are running Ubuntu 18.10 or later, install the additional dependencies.