Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mesonium
gajim
Commits
df2af1ee
Commit
df2af1ee
authored
2 years ago
by
Peter Shkenev
Committed by
Philipp Hörist
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
chore: Use proper dependency names in README
parent
4d113bb8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+29
-30
29 additions, 30 deletions
README.md
with
29 additions
and
30 deletions
README.md
+
29
−
30
View file @
df2af1ee
...
@@ -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/
)
-
py
thon3-gi-
cairo
-
[
py
cairo
](
https://pypi.org/project/py
cairo
/
)
-
python3-
nbxmpp (>=
2.99
.0)
-
[
nbxmpp
](
https://pypi.org/project/
nbxmpp
/
)
(
>=
3.0
.0
)
-
py
thon3-openssl
(>=16.2)
-
[
py
OpenSSL
](
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/
gtksource
view
)
-
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment