Skip to content

Commit

Permalink
build breaks without sphinx and doctools on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
perbu committed Dec 12, 2024
1 parent a1c26ca commit b72305c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/sphinx/installation/install_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Build dependencies on macOS
To compile varnish on macOS, these steps should install the required
dependencies:

* Install ``xcode`` via the App Store
* Install xcode: `xcode-select --install`

* Install dependencies via `brew`::

Expand All @@ -166,9 +166,11 @@ dependencies:
docutils \
sphinx-doc

* Add sphinx to PATH as advised by the installer::
* Add the sphinx tools and the docutils to PATH so `configure` will find them.

PATH="/usr/local/opt/sphinx-doc/bin:$PATH"
PATH="/opt/homebrew/opt/sphinx-doc/bin:/opt/homebrew/opt/docutils/bin:$PATH"

It'll be a good idea to persist these changes .0m.so you can rebuild the source later.

Then continue `Compiling Varnish`_

Expand Down

0 comments on commit b72305c

Please sign in to comment.