Skip to content

Commit

Permalink
update macos instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
step21 authored Jun 8, 2024
1 parent 008f05b commit f1cc442
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 f1cc442

Please sign in to comment.