Browse Source

Advertise presence of Magnum packages in ArchLinux community repo.

pull/233/head
Vladimír Vondruš 8 years ago
parent
commit
d17548b77e
  1. 2
      CREDITS.md
  2. 7
      doc/building.dox

2
CREDITS.md

@ -42,5 +42,7 @@ Contributors to Magnum library
double, A-Law and μ-Law format support in `WavAudioImporter` plugin
- [@sigman78](https://github.com/sigman78) -- Initial MSVC 2017 port, Vcpkg
packages
- Alexander F Rødseth ([@xyproto](https://github.com/xyproto)) -- packages in
the ArchLinux community repository
Big thanks to everyone involved!

7
doc/building.dox

@ -115,6 +115,13 @@ There is also a Vcpkg package for @ref building-plugins-packages-vcpkg "Magnum P
@subsection building-packages-arch ArchLinux packages
Package for the latest stable release is maintained in the `community` repo.
Installing is as simple as this:
@code{.sh}
sudo pacman -S magnum
@endcode
In `package/archlinux/magnum-git` there is a package for Git development build.
The package is also in AUR as
[magnum-git](https://aur.archlinux.org/packages/magnum-git/). It depends on the

Loading…
Cancel
Save