Skip to content

Commit 414d1b2

Browse files
perbunigoroll
authored andcommitted
doc: build breaks without sphinx and doctools on macos
1 parent df7d3ac commit 414d1b2

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

doc/sphinx/installation/install_source.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Build dependencies on macOS
154154
To compile varnish on macOS, these steps should install the required
155155
dependencies:
156156

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

159159
* Install dependencies via `brew`::
160160

@@ -166,9 +166,11 @@ dependencies:
166166
docutils \
167167
sphinx-doc
168168

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

171-
PATH="/usr/local/opt/sphinx-doc/bin:$PATH"
171+
PATH="/opt/homebrew/opt/sphinx-doc/bin:/opt/homebrew/opt/docutils/bin:$PATH"
172+
173+
It'll be a good idea to persist these changes so you can rebuild the source later.
172174

173175
Then continue `Compiling Varnish`_
174176

0 commit comments

Comments
 (0)