mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-11 13:54:49 -06:00
Update build-windows.markdown
cargo-c requires libssl-dev (tested fresh install 22.04.5)
This commit is contained in:
parent
5599d6b31c
commit
20f8a7dcca
@ -34,10 +34,13 @@ Dependencies:
|
|||||||
- automake
|
- automake
|
||||||
- autopoint
|
- autopoint
|
||||||
- build-essential
|
- build-essential
|
||||||
|
- cargo
|
||||||
- cmake
|
- cmake
|
||||||
- clang
|
- clang
|
||||||
|
- curl
|
||||||
- gcc
|
- gcc
|
||||||
- git
|
- git
|
||||||
|
- libssl-dev
|
||||||
- libtool
|
- libtool
|
||||||
- libtool-bin
|
- libtool-bin
|
||||||
- m4
|
- m4
|
||||||
@ -47,10 +50,9 @@ Dependencies:
|
|||||||
- ninja-build
|
- ninja-build
|
||||||
- patch
|
- patch
|
||||||
- pkg-config
|
- pkg-config
|
||||||
|
- rustc
|
||||||
- tar
|
- tar
|
||||||
- zlib1g-dev
|
- zlib1g-dev
|
||||||
- rustc
|
|
||||||
- cargo
|
|
||||||
|
|
||||||
Additional MinGW-w64 toolchain dependencies:
|
Additional MinGW-w64 toolchain dependencies:
|
||||||
|
|
||||||
@ -65,7 +67,7 @@ Additional MinGW-w64 toolchain dependencies:
|
|||||||
Install dependencies.
|
Install dependencies.
|
||||||
|
|
||||||
sudo apt-get update
|
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
|
curl https://sh.rustup.rs -sSf | sh
|
||||||
source "$HOME/.cargo/env"
|
source "$HOME/.cargo/env"
|
||||||
cargo install cargo-c
|
cargo install cargo-c
|
||||||
@ -73,7 +75,7 @@ Install dependencies.
|
|||||||
|
|
||||||
Install the additional dependencies required to build the MinGW-w64 toolchain.
|
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
|
### Building the MinGW-w64 toolchain and HandBrake
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user