From fb7649a8e26a3ce926b172b7b60b205daeee7e6e Mon Sep 17 00:00:00 2001 From: Jon Siwek Date: Wed, 19 Oct 2011 11:39:42 -0500 Subject: [PATCH] Adding note to quickstart about MacPorts swig packages. --- doc/quickstart.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/quickstart.rst b/doc/quickstart.rst index 8f2a43b675..7a6caf71dd 100644 --- a/doc/quickstart.rst +++ b/doc/quickstart.rst @@ -87,6 +87,10 @@ Required Dependencies linked above, but they're also likely available from your preferred Mac OS X package management system (e.g. MacPorts_, Fink_, or Homebrew_). + Note that the MacPorts ``swig`` package may not include any specific + language support so you may need to also install ``swig-ruby`` and + ``swig-python``. + Optional Dependencies ~~~~~~~~~~~~~~~~~~~~~