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/texi | |
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/texi')
-rw-r--r-- | doc/texi/Building.linux.texi | 2 | ||||
-rw-r--r-- | doc/texi/building/prerequisites.common.texi | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/texi/Building.linux.texi b/doc/texi/Building.linux.texi index ed0fc8362..c910e7970 100644 --- a/doc/texi/Building.linux.texi +++ b/doc/texi/Building.linux.texi @@ -51,6 +51,7 @@ Ubuntu 14.04, 16.04 packages: @item libfribidi-dev (cli/gui) @item libfreetype6-dev (cli/gui) @item libfontconfig1-dev (cli/gui) +@item libharfbuzz-dev (cli/gui) @item libass-dev (cli/gui) @item libmp3lame-dev (cli/gui) @item libx264-dev (cli/gui) @@ -121,6 +122,7 @@ Additional Fedora packages: @item fribidi-devel (cli/gui) @item freetype-devel (cli/gui) @item fontconfig-devel (cli/gui) +@item libharfbuzz-devel (cli/gui) @item libass-devel (cli/gui) @item lame-devel (cli/gui) @item x264-devel (cli/gui) diff --git a/doc/texi/building/prerequisites.common.texi b/doc/texi/building/prerequisites.common.texi index 4c2088cd1..8f8feabae 100644 --- a/doc/texi/building/prerequisites.common.texi +++ b/doc/texi/building/prerequisites.common.texi @@ -3,7 +3,7 @@ The following general tools are used on various platforms and it is recommended @itemize @bullet @item git - 2.4.3 @item python - Python 2.7.1 -@item m4 - GNU M4 1.4.6 +@item m4 - GNU M4 1.4.7 @item make - GNU Make 3.81 @item patch - Patch 2.5.8 @item tar - GNU tar 1.26 |