Browse Source

doc: fix gentoo build instructions (99999 -> 9999 in the ebuild path).

pull/349/head
Michael Tao 7 years ago committed by Vladimír Vondruš
parent
commit
bce9a9d5f0
  1. 2
      doc/building.dox

2
doc/building.dox

@ -270,7 +270,7 @@ build and install Magnum like this:
@code{.sh}
git clone git://github.com/mosra/magnum && cd magnum
cd package/gentoo
sudo ebuild dev-libs/magnum/magnum-99999.ebuild manifest clean merge
sudo ebuild dev-libs/magnum/magnum-9999.ebuild manifest clean merge
@endcode
If you want to pass additional flags to CMake or

Loading…
Cancel
Save