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/texi/Building.linux.texi | |
parent | 44259c4fc7154054d6869636bf3f8197e95cc48d (diff) |
doc: Update BUILD-Linux with instructions for Ubuntu 16.04.
Diffstat (limited to 'doc/texi/Building.linux.texi')
-rw-r--r-- | doc/texi/Building.linux.texi | 13 |
1 files changed, 12 insertions, 1 deletions
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 |