Skip to content

Commit

Permalink
Docs(fix): Fix and update macos instructions (#414)
Browse files Browse the repository at this point in the history
* update macos instructions

* implemented suggested fixes
  • Loading branch information
step21 committed Jun 12, 2024
1 parent 008f05b commit 80fd9c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit 80fd9c4

Please sign in to comment.