Repository: incubator-guacamole-manual Updated Branches: refs/heads/master 65660346c -> 8ac254870
GUACAMOLE-357: Update Documentation for Ubuntu Specific Library On Ubuntu the libjpeg62-turbo-dev package is named libjpeg-turbo8-dev, the instructions don't make that clear, I'd like to update the documentation to reflect that distinction. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/commit/d92ed32e Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/d92ed32e Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/d92ed32e Branch: refs/heads/master Commit: d92ed32e41f7029887e1206a1cd4ba57503066b8 Parents: 6566034 Author: Chase Wright <[email protected]> Authored: Tue Aug 1 14:20:42 2017 -0500 Committer: GitHub <[email protected]> Committed: Tue Aug 1 14:20:42 2017 -0500 ---------------------------------------------------------------------- src/chapters/installing.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/d92ed32e/src/chapters/installing.xml ---------------------------------------------------------------------- diff --git a/src/chapters/installing.xml b/src/chapters/installing.xml index edf63c1..ffabde5 100644 --- a/src/chapters/installing.xml +++ b/src/chapters/installing.xml @@ -136,10 +136,14 @@ <colspec colname="c2" colnum="2" colwidth="1.0*"/> <tbody> <row> - <entry>Debian / Ubuntu package</entry> + <entry>Debian package</entry> <entry><package>libjpeg62-turbo-dev</package></entry> </row> <row> + <entry>Ubuntu package</entry> + <entry><package>libjpeg-turbo8-dev</package></entry> + </row> + <row> <entry>Fedora / CentOS / RHEL package</entry> <entry><package>libjpeg-turbo-devel</package></entry> </row>
