File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,6 +92,11 @@ On Debian/Ubuntu we can install these with:
9292sudo apt install build-essential doxygen
9393```
9494
95+ On macOS, either ` brew install doxygen ` or
96+ ` sudo port install doxygen ` should get doxygen.
97+ You'll also need a "essential build" tools:
98+ a compiler (` gcc ` ) and a few other things (e.g., ` make ` ).
99+
95100All Python development is managed using [ uv] ( https://docs.astral.sh/uv/ ) .
96101It is not strictly necessary to use uv in order to make small changes, but
97102the development workflows of all tskit-dev packages are organised around
@@ -696,7 +701,10 @@ On Debian/Ubuntu, install the system dependencies with:
696701sudo apt install libcunit1-dev ninja-build
697702```
698703
699- Install meson using uv:
704+ On macOS, you can run ` brew install cunit ninja `
705+ or ` sudo port install cunit ninja ` .
706+
707+ You can install meson using uv:
700708
701709``` bash
702710uv tool install meson
You can’t perform that action at this time.
0 commit comments