diff --git a/doc/building.rst b/doc/building.rst index 6f61a9917..645e0f01d 100644 --- a/doc/building.rst +++ b/doc/building.rst @@ -36,9 +36,14 @@ its own repository which contains non-standard recipes. Add it with:: Next, install the missing dependencies:: - brew install $(brew deps ocsync) + brew install $(brew deps ocsync) brew install $(brew deps mirall) + bug: + iniparser is not provideed by $(brew deps ocsync) + fix with brew install iniparser + + To build mirall and csync, follow the `generic build instructions`_. .. note::