diff options
author | Bradley Sepos <[email protected]> | 2016-05-03 08:15:33 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-05-16 19:58:37 -0400 |
commit | 17433d4f622a561f1cc4fdef71ced517f9b997b5 (patch) | |
tree | 858a8ce393c0b5d3998cb61c444366274ab41f7f /doc | |
parent | 44259c4fc7154054d6869636bf3f8197e95cc48d (diff) |
doc: Update BUILD-Linux with instructions for Ubuntu 16.04.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/BUILD-Linux | 18 | ||||
-rw-r--r-- | doc/texi/Building.linux.texi | 13 |
2 files changed, 25 insertions, 6 deletions
diff --git a/doc/BUILD-Linux b/doc/BUILD-Linux index 514cafe50..0fa07d70b 100644 --- a/doc/BUILD-Linux +++ b/doc/BUILD-Linux @@ -1,4 +1,4 @@ -Guide to Building HandBrake 20160130110114-6a00e46-master (2016013001) on Linux +Guide to Building HandBrake 20160503032620-4ab21a0-master (2016050301) on Linux ******************************************************************************* 1 Introduction @@ -34,6 +34,7 @@ but is not necessarily the only configuration that is possible: * Intel 32-bit or 64-bit kernel * Ubuntu 14.04, gcc 4.8, yasm 1.3.x + * Ubuntu 16.04, gcc 5.3, yasm 1.3.x * Fedora 20, gcc 4.8, yasm 1.3.x * gcc 4.7 or higher is reported to work @@ -62,7 +63,7 @@ version 3.10+ is required to build the GTK UI. If you intend to disable building the GUI with 'configure --disable-gtk' you will not need many of these packages installed: -Ubuntu 14.04 packages: +Ubuntu 14.04, 16.04 packages: * git (cli/gui) * cmake (cli/gui) * yasm (cli/gui) @@ -103,6 +104,12 @@ To install these packages: libwebkitgtk-3.0-dev libnotify-dev libgstreamer1.0-dev \ libgstreamer-plugins-base1.0-dev libappindicator-dev +Additional Ubuntu 16.04 packages: + * libtool-bin (cli/gui) + +To install these packages: + sudo apt-get install libtool-bin + Fedora 20 package groups: * Development Tools * Development Libraries @@ -511,7 +518,8 @@ 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: 7187 + hash: 4ab21a0ca630dc4bac79149a6eec598921899fe5 + date: 2016-05-03 03:26:20 type: developer + diff --git a/doc/texi/Building.linux.texi b/doc/texi/Building.linux.texi index 015f013e1..149820d2d 100644 --- a/doc/texi/Building.linux.texi +++ b/doc/texi/Building.linux.texi @@ -21,6 +21,7 @@ The following are the recommended specifications for building on @value{OS-linux @itemize @bullet @item Intel 32-bit or 64-bit kernel @item Ubuntu 14.04, gcc 4.8, yasm 1.3.x +@item Ubuntu 16.04, gcc 5.3, yasm 1.3.x @item Fedora 20, gcc 4.8, yasm 1.3.x @item gcc 4.7 or higher is reported to work @end itemize @@ -31,7 +32,7 @@ The following are the recommended specifications for building on @value{OS-linux The @b{GTK UI} introduces some significant extra build requirements. GTK version 3.10+ is required to build the GTK UI. If you intend to disable building the GUI with @command{configure --disable-gtk} you will not need many of these packages installed: -Ubuntu 14.04 packages: +Ubuntu 14.04, 16.04 packages: @itemize @bullet @item git (cli/gui) @item cmake (cli/gui) @@ -76,6 +77,16 @@ libwebkitgtk-3.0-dev libnotify-dev libgstreamer1.0-dev \ libgstreamer-plugins-base1.0-dev libappindicator-dev @end example +Additional Ubuntu 16.04 packages: +@itemize @bullet +@item libtool-bin (cli/gui) +@end itemize + +To install these packages: +@example +sudo apt-get install libtool-bin +@end example + Fedora 20 package groups: @itemize @bullet @item Development Tools |