From b4820f7cdacfd359af5f536d3cb1e51226061101 Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Fri, 15 Dec 2017 07:38:27 -0500 Subject: [PATCH] docs: Revise Windows developer guides. Hat tip @ajkajk. Closes #30. --- source/docs/en/1.0.0/developer/build-windows.markdown | 8 +++++--- source/docs/en/latest/developer/build-windows.markdown | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/source/docs/en/1.0.0/developer/build-windows.markdown b/source/docs/en/1.0.0/developer/build-windows.markdown index 9b97bb52..36e1aef5 100644 --- a/source/docs/en/1.0.0/developer/build-windows.markdown +++ b/source/docs/en/1.0.0/developer/build-windows.markdown @@ -29,9 +29,11 @@ Dependencies: - gcc - git - libtool +- libtool-bin - m4 - make - patch +- pkg-config - python - tar - wget @@ -43,17 +45,17 @@ Additional MinGW-w64 toolchain dependencies: - bzip2 - flex - g++ -- gunzip +- gzip - pax Install dependencies. 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 libtool-bin m4 make patch pkg-config 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 + sudo apt-get install bison bzip2 flex g++ gzip pax Clone the HandBrake repository. diff --git a/source/docs/en/latest/developer/build-windows.markdown b/source/docs/en/latest/developer/build-windows.markdown index e621183b..092ea4cb 100644 --- a/source/docs/en/latest/developer/build-windows.markdown +++ b/source/docs/en/latest/developer/build-windows.markdown @@ -29,9 +29,11 @@ Dependencies: - gcc - git - libtool +- libtool-bin - m4 - make - patch +- pkg-config - python - tar - wget @@ -43,17 +45,17 @@ Additional MinGW-w64 toolchain dependencies: - bzip2 - flex - g++ -- gunzip +- gzip - pax Install dependencies. 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 libtool-bin m4 make patch pkg-config 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 + sudo apt-get install bison bzip2 flex g++ gzip pax Clone the HandBrake repository.