mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 04:46:37 +02:00
ab81128a7a
The CMake option ENABLE_PYTHON3 is renamed to ENABLE_PYTHON2, to use Python 2 first then fallback on Python 3. In the same way, the configure option --enable-python3 is renamed to --enable-python2, to use Python 2 first then fallback on Python 3.
This directory contains patches that must be applied for some old Debian/Ubuntu
versions, in order to build Debian packages.
They are automatically applied by the script "tools/build-debian.sh".
Notes for some versions of distributions:
* asciidoctor:
On these distributions, asciidoctor must be installed manually with the command
"gem install asciidoctor" (as root):
- Debian jessie (8.0)
- Debian wheezy (7.0)
- Ubuntu trusty (14.04)