diff options
author | Bradley Sepos <[email protected]> | 2016-10-09 13:20:25 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-10-09 13:20:25 -0400 |
commit | 3dd16e8a445bfa22d2f40a32774364350f993216 (patch) | |
tree | d8f5b7e6b53ee134d5a224dbeb4ac1ca38acf9e4 /doc/BUILD-MinGW | |
parent | 88807bb992a5e26e2264240597bf5dd17b6bab71 (diff) |
doc: Update build docs.
Add missing harfbuzz and update m4 to 1.4.7. Other updates are the result of previous doc commits that apparently forgot to run the build process.
Diffstat (limited to 'doc/BUILD-MinGW')
-rw-r--r-- | doc/BUILD-MinGW | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/BUILD-MinGW b/doc/BUILD-MinGW index e0797a0ac..9d83f4560 100644 --- a/doc/BUILD-MinGW +++ b/doc/BUILD-MinGW @@ -1,4 +1,4 @@ -Guide to Building HandBrake 20160130110114-6a00e46-master (2016013001) on MinGW-W64 +Guide to Building HandBrake 20161005085545-3fe7f1d-master (2016100901) on MinGW-W64 *********************************************************************************** 1 Introduction @@ -38,7 +38,9 @@ possible: * Official MinGW-w64 builds are recommended over those provided by distributions. * yasm 1.3 or newer - * Please be aware libfftw3-dev can cause build failures. You currently need to remove this package if installed for HandBrake to build. + * Please be aware libfftw3-dev can cause build failures. You + currently need to remove this package if installed for HandBrake to + build. Note: We use MinGW-w64 from http://sourceforge.net/projects/mingw-w64/files/?source=navbar @@ -62,12 +64,10 @@ recommended you use these versions or similar: * git - 2.4.3 * python - Python 2.7.1 - * curl - curl 7.21.4 (or wget) - * m4 - GNU M4 1.4.6 + * m4 - GNU M4 1.4.7 * make - GNU Make 3.81 * patch - Patch 2.5.8 * tar - GNU tar 1.26 - * wget - GNU Wget 1.13.4 (or curl) 3 QuickStart ************ @@ -432,7 +432,7 @@ Appendix A Project Repository Details url: https://github.com/HandBrake/HandBrake.git branch: master tag: - rev: 6989 - hash: 6a00e46d7888cd49b6a8671784788129d8139835 - date: 2016-01-30 11:01:14 + rev: 7542 + hash: 3fe7f1de0362a38b36edae2a831cec450089d202 + date: 2016-10-05 08:55:45 type: developer |