File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ Build dependencies on macOS
154154To compile varnish on macOS, these steps should install the required
155155dependencies:
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
173175Then continue `Compiling Varnish `_
174176
You can’t perform that action at this time.
0 commit comments