Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions source/docs/en/1.9.0/developer/build-windows.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,13 @@ Dependencies:
- automake
- autopoint
- build-essential
- cargo
- cmake
- clang
- curl
- gcc
- git
- libssl-dev
- libtool
- libtool-bin
- m4
Expand All @@ -47,10 +50,9 @@ Dependencies:
- ninja-build
- patch
- pkg-config
- rustc
- tar
- zlib1g-dev
- rustc
- cargo

Additional MinGW-w64 toolchain dependencies:

Expand All @@ -65,15 +67,15 @@ 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 meson nasm ninja-build patch pkg-config tar zlib1g-dev clang curl
sudo apt-get install automake autoconf autopoint build-essential cmake gcc git intltool libtool libtool-bin m4 make meson nasm ninja-build patch pkg-config tar zlib1g-dev clang curl libssl-dev
curl https://sh.rustup.rs -sSf | sh
source "$HOME/.cargo/env"
cargo install cargo-c
rustup target add x86_64-pc-windows-gnu

Install the additional dependencies required to build the MinGW-w64 toolchain.

sudo apt-get install bison bzip2 curl flex g++ gzip pax
sudo apt-get install bison bzip2 flex g++ gzip pax


### Building the MinGW-w64 toolchain and HandBrake
Expand Down