Browse Source

doc: there already *is* a stable version.

It's just half a century old.
next
Vladimír Vondruš 4 years ago
parent
commit
50c7f1294a
  1. 12
      doc/python/pages/building.rst

12
doc/python/pages/building.rst

@ -77,9 +77,15 @@ Once built, install the package using ``pacman``:
macOS `Homebrew <https://brew.sh>`_ formulas building the latest Git revision macOS `Homebrew <https://brew.sh>`_ formulas building the latest Git revision
are in the ``package/homebrew`` directory. Either use the ``*.rb`` files are in the ``package/homebrew`` directory. Either use the ``*.rb`` files
directly or use the tap at https://github.com/mosra/homebrew-magnum. Right now, directly or use the tap at https://github.com/mosra/homebrew-magnum. This will
there's no stable release of Python bindings yet, so you need to install the install the latest stable version of Magnum Bindings with all its dependencies:
latest Git revision of all Magnum projects instead:
.. code:: sh
brew install mosra/magnum/magnum-bindings
But often you may want to install the latest Git revision of all Magnum
projects instead:
.. code:: sh .. code:: sh

Loading…
Cancel
Save