Skip to content
Snippets Groups Projects
Commit df2af1ee authored by Peter Shkenev's avatar Peter Shkenev Committed by Philipp Hörist
Browse files

chore: Use proper dependency names in README

parent 4d113bb8
No related branches found
No related tags found
No related merge requests found
...@@ -2,46 +2,45 @@ # Welcome to Gajim ...@@ -2,46 +2,45 @@ # Welcome to Gajim
### Runtime Requirements ### Runtime Requirements
- python3.9 or higher - [Python](https://www.python.org/) (>=3.9)
- python3-gi - [PyGObject](https://pypi.org/project/PyGObject/)
- python3-gi-cairo - [pycairo](https://pypi.org/project/pycairo/)
- python3-nbxmpp (>=2.99.0) - [nbxmpp](https://pypi.org/project/nbxmpp/) (>=3.0.0)
- python3-openssl (>=16.2) - [pyOpenSSL](https://pypi.org/project/pyOpenSSL/) (>=16.2)
- python3-css-parser - [css-parser](https://pypi.org/project/css-parser/)
- python3-keyring - [keyring](https://pypi.org/project/keyring/)
- python3-precis-i18n - [precis_i18n](https://pypi.org/project/precis-i18n/)
- python3-packaging - [packaging](https://pypi.org/project/packaging/)
- python3-pil - [Pillow](https://pypi.org/project/Pillow/)
- python3-setuptools - [setuptools](https://pypi.org/project/setuptools/)
- Gtk3 (>=3.22) - [Gtk3](https://gitlab.com/gnome/gtk) (>=3.22)
- GLib (>=2.60.0) - [GLib](https://gitlab.com/gnome/glib) (>=2.60.0)
- gir1.2-gtksource-4 - [GtkSourceView](https://gitlab.gnome.org/GNOME/gtksourceview)
- gir1.2-soup-2.4 - [libsoup](https://gitlab.gnome.org/GNOME/libsoup/)
### Optional Runtime Requirements ### Optional Runtime Requirements
- python3-sentry-sdk for Sentry error reporting to dev.gajim.org (users decide whether to send reports or not)
- gir1.2-gspell-1 and hunspell-LANG where lang is your locale eg. en, fr etc
- gir1.2-secret-1 for GNOME Keyring or KDE support as password storage
- D-Bus running to have gajim-remote working - D-Bus running to have gajim-remote working
- gir1.2-gupnpigd-1.0 for better NAT traversing - [sentry-sdk](https://pypi.org/project/sentry-sdk/) for Sentry error reporting to dev.gajim.org (users decide whether to send reports or not)
- gir1.2-networkmanager-1.0 for network lose detection - [gspell](https://gitlab.gnome.org/GNOME/gspell) and hunspell-LANG where lang is your locale eg. en, fr etc
- gir1.2-geoclue-2.0 for sharing your location - [libsecret](https://gitlab.gnome.org/GNOME/libsecret/) for GNOME Keyring or KDE support as password storage
- gir1.2-gsound-1.0 for sound on Linux - [GUPnP-IGD](https://gitlab.gnome.org/GNOME/gupnp) for better NAT traversing
- [NetworkManager](https://gitlab.freedesktop.org/NetworkManager/NetworkManager) for network lose detection
- [GeoClue](https://gitlab.freedesktop.org/geoclue/geoclue) for sharing your location
- [GSound](https://gitlab.gnome.org/GNOME/gsound) for sound on Linux
#### For Video and Audio Calls #### For Video and Audio Calls
- gir1.2-farstream-0.2 for video calls - [Farstream](https://gitlab.freedesktop.org/farstream/farstream)
- gir1.2-gstreamer-1.0 for video and audio calls - [GStreamer](https://gitlab.freedesktop.org/gstreamer/gstreamer)
- gir1.2-gst-plugins-base-1.0 for video and audio calls - [gst-plugins-base](https://gitlab.freedesktop.org/gstreamer/gst-plugins-base)
- gstreamer1.0-plugins-ugly for video and audio calls - [gst-plugins-ugly](https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly)
- gstreamer1.0-libav for video and audio calls - [gst-libav](https://gitlab.freedesktop.org/gstreamer/gst-libav)
- gstreamer1.0-gtk3
### Compile-time Requirements ### Compile-time Requirements
- python3-setuptools - [setuptools](https://pypi.org/project/setuptools/)
- gettext - [gettext](https://savannah.gnu.org/projects/gettext/)
### Running Tests ### Running Tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment