mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-11 13:54:49 -06:00
docs: Add MinGW-w64 dependencies to Windows build guide. #30
This commit is contained in:
parent
8e79c56e02
commit
3e2d7b9a50
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user