From 838131536d4cbb1ebbefc27f6bb4908492f79476 Mon Sep 17 00:00:00 2001 From: Nathan Ollerenshaw Date: Sun, 27 May 2018 13:42:17 -0700 Subject: [PATCH] Added documentation for the Ubuntu PPA. --- doc/building.dox | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/doc/building.dox b/doc/building.dox index 30c3fa0c1..9e2bc5803 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -156,6 +156,30 @@ There are also ArchLinux packages for @ref building-plugins-packages-arch "Magnu @ref building-extras-packages-arch "Magnum Extras" and @ref building-examples-packages-arch "Magnum Examples". +@subsection ppa-packages-ubuntu Prebuilt packages for Ubuntu. + +Packages for Ubuntu are available through a PPA. To install packages related +to Magnum and Corrade, you can add the repository and then install the packages +with the following commands: + +@code{.sh} +sudo add-apt-repository ppa:chrome/magnum.graphics +sudo apt-get update +sudo apt-get install magnum \ + magnum-dev \ + corrade \ + corrade-dev \ + magnum-extras \ + magnum-extras-dev \ + magnum-plugins \ + magnum-plugins-dev \ + magnum-integration \ + magnum-integration-dev \ + magnum-examples +@endcode + +For more information about these packages, please visit [the PPA page](https://launchpad.net/~chrome/+archive/ubuntu/magnum.graphics). + @subsection building-packages-deb Packages for Debian, Ubuntu and derivatives The `package/debian/` directory contains all files needed for building Debian