docs: Add MinGW-w64 dependencies to Windows build guide. #30

This commit is contained in:
Bradley Sepos 2017-12-13 21:22:48 -05:00
parent 8e79c56e02
commit 3e2d7b9a50
No known key found for this signature in database
GPG Key ID: DEADE2F57D42D9C7
2 changed files with 28 additions and 2 deletions

View File

@ -37,11 +37,24 @@ Dependencies:
- wget - wget
- yasm - yasm
Install all dependencies. Additional MinGW-w64 toolchain dependencies:
- bison
- bzip2
- flex
- g++
- gunzip
- pax
Install dependencies.
sudo apt-get update sudo apt-get update
sudo apt-get install cmake curl gcc git intltool libtool m4 make patch python tar wget yasm sudo apt-get install cmake curl gcc git intltool libtool m4 make patch python tar wget yasm
Install the additional dependencies required to build the MinGW-w64 toolchain.
sudo apt-get install bison bzip2 flex g++ gunzip pax
Clone the HandBrake repository. Clone the HandBrake repository.
git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake

View File

@ -37,11 +37,24 @@ Dependencies:
- wget - wget
- yasm - yasm
Install all dependencies. Additional MinGW-w64 toolchain dependencies:
- bison
- bzip2
- flex
- g++
- gunzip
- pax
Install dependencies.
sudo apt-get update sudo apt-get update
sudo apt-get install cmake curl gcc git intltool libtool m4 make patch python tar wget yasm sudo apt-get install cmake curl gcc git intltool libtool m4 make patch python tar wget yasm
Install the additional dependencies required to build the MinGW-w64 toolchain.
sudo apt-get install bison bzip2 flex g++ gunzip pax
Clone the HandBrake repository. Clone the HandBrake repository.
git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake