Skip to content

Commit

Permalink
Add pango lib to dev setup guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed Mar 27, 2024
1 parent 919ef0e commit 3a91eb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/installation/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RPM-based distributions (Alma, Rocky, Fedora)
dnf install -y gcc redis libjpeg-turbo-devel libxslt-devel libxml2-devel \
libffi-devel pcre-devel libyaml-devel redhat-rpm-config \
postgresql postgresql-server postgresql-contrib libpq-devel
postgresql postgresql-server postgresql-contrib libpq-devel pango
systemctl start redis.service postgresql.service
Expand All @@ -40,7 +40,7 @@ Debian/Ubuntu
.. code-block:: shell
apt install -y --install-recommends libxslt1-dev libxml2-dev libffi-dev libpcre3-dev \
libyaml-dev build-essential redis-server postgresql libpq-dev
libyaml-dev build-essential redis-server postgresql libpq-dev libpango1.0-dev
Then on Debian::

Expand All @@ -56,7 +56,7 @@ macOS

We recommend that you use `Homebrew <https://brew.sh/>`_::

brew install redis libjpeg libffi pcre libyaml postgresql
brew install redis libjpeg libffi pcre libyaml postgresql pango
brew services start postgresql
brew services start redis

Expand Down

0 comments on commit 3a91eb4

Please sign in to comment.