#694 closed enhancement (fixed)
Document --with-python3
| Reported by: | Jorge | Owned by: | Olly Betts |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3.4 |
| Component: | Documentation | Version: | 1.3.2 |
| Severity: | normal | Keywords: | python3 |
| Cc: | Blocked By: | ||
| Blocking: | Operating System: | All |
Description
Document the config flag to install bindings for python 3 in http://xapian.org/docs/install.html or http://trac.xapian.org/wiki/FAQ/PythonWrappers
Change History (3)
comment:1 by , 10 years ago
| Version: | → 1.3.2 |
|---|
comment:3 by , 10 years ago
| Milestone: | → 1.3.4 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
I've updated the FAQ entry (since 1.3.2 has been out for ages, and even been superseded by 1.3.3) and added a brief mention there.
Python 3 was missing from INSTALL in xapian-bindings, updated in [4043a07cf0dbab347ac3a6deced4ba8d040161de].
The website docs generally document stable released versions, so I don't think it's appropriate there.
Note:
See TracTickets
for help on using tickets.

If you just run
./configurefor the bindings without any--with-LANGUAGEoptions, it should build bindings for any languages for which it finds the required development tools installed. So there shouldn't be a critical need to document these options all over the place (and they're documented in./configure --help, as configure options conventionally are).This seems to be working for me - is that not working for you?