tre
tre copied to clipboard
Python build fixes
These two commit fix bulid problems on Windows and Linux with the Python module, by correctly setting the include_dirs and library_dirs based on modern usage.
It also improves Python performance by releasing the GIL during (possibly long) searching operations and provides up-to-date build instructions.