2017-10-01 12:06:22 +02:00
|
|
|
# Welcome to Gajim
|
|
|
|
|
|
|
|
|
|
|
|
### Runtime Requirements
|
|
|
|
|
2018-03-26 19:42:11 +02:00
|
|
|
- python3.5 or higher
|
2017-10-01 12:06:22 +02:00
|
|
|
- python3-gi
|
|
|
|
- python3-gi-cairo
|
2018-03-26 19:40:41 +02:00
|
|
|
- gir1.2-gtk-3.0 (>=3.22)
|
2017-10-01 12:06:22 +02:00
|
|
|
- python3-nbxmpp
|
|
|
|
- python3-openssl (>=0.14)
|
2018-08-17 08:35:13 +02:00
|
|
|
- python3-cssutils (>=1.0.2)
|
2018-08-18 10:36:40 +02:00
|
|
|
- python3-keyring
|
2017-10-01 12:06:22 +02:00
|
|
|
|
|
|
|
|
|
|
|
### Optional Runtime Requirements
|
|
|
|
|
2017-12-08 16:43:11 +01:00
|
|
|
- python3-pil (pillow) for support of webp avatars
|
2017-10-01 12:06:22 +02:00
|
|
|
- python3-gnupg to enable GPG encryption
|
2018-05-25 22:37:28 +02:00
|
|
|
- For zeroconf (bonjour) you need python3-dbus
|
2017-11-25 17:37:46 +01:00
|
|
|
- gir1.2-gspell-1 and hunspell-LANG where lang is your locale eg. en, fr etc
|
2017-10-01 12:06:22 +02:00
|
|
|
- gir1.2-secret-1 for GNOME Keyring or KDE support as password storage
|
2018-08-17 22:30:38 +02:00
|
|
|
- D-Bus running to have gajim-remote working
|
2017-10-01 12:06:22 +02:00
|
|
|
- gir1.2-farstream-0.2, gir1.2-gstreamer-1.0 and gir1.2-gst-plugins-base-1.0 for audio and video calls
|
|
|
|
- gir1.2-gupnpigd-1.0 for better NAT traversing
|
|
|
|
- gir1.2-networkmanager-1.0 for network lose detection
|
2017-12-05 17:22:33 +01:00
|
|
|
- gir1.2-geoclue-2.0 for sharing your location
|
2017-10-01 12:06:22 +02:00
|
|
|
- python3-idna and python3-precis-i18n for correctly parsing JIDs
|
|
|
|
|
|
|
|
### Compile-time Requirements
|
|
|
|
|
|
|
|
- python-setuptools
|
|
|
|
|
|
|
|
|
|
|
|
### Installation Procedure
|
|
|
|
|
2017-10-07 18:24:05 +02:00
|
|
|
#### Packages
|
|
|
|
|
|
|
|
- [Arch](https://aur.archlinux.org/packages/gajim-git/)
|
|
|
|
- [Debian](https://packages.debian.org/source/experimental/gajim) (tested with Debian ``testing`` and ``unstable``)
|
|
|
|
|
|
|
|
#### Snapshots
|
|
|
|
|
|
|
|
- [Daily Linux](https://www.gajim.org/downloads/snap/?M=D)
|
|
|
|
- [Daily Windows](https://gajim.org/downloads/snap/win)
|
|
|
|
|
2017-10-28 18:57:28 +02:00
|
|
|
#### Linux
|
2017-10-01 12:06:22 +02:00
|
|
|
|
|
|
|
``./setup.py install --root=/``
|
|
|
|
|
|
|
|
or
|
|
|
|
|
|
|
|
``pip install .`` (python-pip is required)
|
|
|
|
|
2017-10-28 18:57:28 +02:00
|
|
|
#### Mac
|
|
|
|
|
|
|
|
see [Wiki](https://dev.gajim.org/gajim/gajim/wikis/help/gajimmacosx#python3brew)
|
|
|
|
|
2017-10-07 18:24:05 +02:00
|
|
|
#### Developing
|
2017-10-01 12:06:22 +02:00
|
|
|
|
2018-06-22 00:47:29 +02:00
|
|
|
For developing you don't have to install Gajim.
|
2017-10-01 12:06:22 +02:00
|
|
|
|
2018-06-22 00:47:29 +02:00
|
|
|
After installing all dependencies execute
|
2017-10-01 12:06:22 +02:00
|
|
|
|
2017-10-07 18:24:05 +02:00
|
|
|
``./launch.py``
|
2017-10-01 12:06:22 +02:00
|
|
|
|
2017-10-07 18:24:05 +02:00
|
|
|
#### Flatpak
|
|
|
|
|
|
|
|
see [README](./flatpak/README.md)
|
|
|
|
|
|
|
|
#### Windows
|
2017-10-01 12:06:22 +02:00
|
|
|
|
2017-10-07 18:24:05 +02:00
|
|
|
see [README](./win/README.md)
|
|
|
|
|
|
|
|
### Miscellaneous
|
2017-10-01 12:06:22 +02:00
|
|
|
|
2017-10-07 18:24:05 +02:00
|
|
|
#### Debugging
|
2017-10-01 12:06:22 +02:00
|
|
|
|
|
|
|
Execute gajim with --verbose
|
|
|
|
|
2017-10-07 18:24:05 +02:00
|
|
|
#### Links
|
2017-10-01 12:06:22 +02:00
|
|
|
|
|
|
|
- [FAQ](https://dev.gajim.org/gajim/gajim/wikis/help/gajimfaq)
|
|
|
|
- [Wiki](https://dev.gajim.org/gajim/gajim/wikis/home)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
That is all, **enjoy**!
|
|
|
|
|
2018-01-21 23:34:19 +01:00
|
|
|
(C) 2003-2018
|
2017-10-01 12:06:22 +02:00
|
|
|
The Gajim Team
|
|
|
|
[https://gajim.org](https://gajim.org)
|
|
|
|
|
|
|
|
|
2018-01-21 23:34:19 +01:00
|
|
|
We use original art and parts of sounds and other art from Psi, Gossip, Gnomebaker, Gaim
|
|
|
|
and some icons from various gnome-icons (mostly Dropline Etiquette) we found at art.gnome.org.
|
|
|
|
If you think we're violating a license please inform us. Thank you.
|