mirror of
https://github.com/WeblateOrg/weblate.git
synced 2026-07-27 20:34:51 +08:00
Replace the fragile Pango and Cairo stack with a thread-safe Matplotlib renderer while preserving Unicode wrapping, RTL fallback, and accurate widget sizing. Fixes #18118
35 lines
734 B
ReStructuredText
Vendored
35 lines
734 B
ReStructuredText
Vendored
Installing on macOS
|
|
===================
|
|
|
|
.. include:: steps/hw.rst
|
|
|
|
.. include:: steps/install-system-devel.rst
|
|
|
|
.. code-block:: sh
|
|
|
|
brew install python libyaml pkgconf zstd lz4 xxhash libxmlsec1 uv
|
|
|
|
.. include:: steps/install-system-server.rst
|
|
|
|
.. code-block:: sh
|
|
|
|
# Web server option 1: NGINX and uWSGI
|
|
brew install nginx uwsgi
|
|
|
|
# Web server option 2: Apache with ``mod_wsgi``
|
|
brew install httpd
|
|
|
|
# Caching backend: Valkey
|
|
brew install valkey
|
|
|
|
# Database server: PostgreSQL
|
|
brew install postgresql
|
|
|
|
# Gettext tools for gettext POT/PO update add-ons
|
|
brew install gettext
|
|
|
|
.. include:: steps/install-python.rst
|
|
|
|
.. include:: steps/install-configure.rst
|
|
|
|
.. include:: steps/install-after.rst
|