From 80fd9c43ea8dc861282acd7159cee07998412d4e Mon Sep 17 00:00:00 2001 From: Florian Idelberger Date: Wed, 12 Jun 2024 12:36:27 +0200 Subject: [PATCH] Docs(fix): Fix and update macos instructions (#414) * update macos instructions * implemented suggested fixes --- docs/install.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 2f693e3d..17884dbe 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -74,6 +74,10 @@ You can build it via the following commands: $ cd builddir $ ninja +.. warning:: + + If building on macOS or another system where you might not have ayatana-appindicator, you have to somehow install that manually or disable it (it is optional) by running ``meson setup builddir -Dapp_indicator=false`` + Install(root privileges required): .. code-block:: console @@ -272,7 +276,7 @@ Firstly install `Homebrew`_, run the following commands to install dependencies: .. code-block:: console $ brew install coreutils gcc pkg-config # building - $ brew install gettext glib-networking gtk+3 libsoup libconfig openssl adwaita-icon-theme + $ brew install gettext glib-networking gtk+3 libsoup libconfig openssl adwaita-icon-theme libsecret Next, tell `pkg-config` where to find the libraries we just installed: