mozilla/DeepSpeech

Cross-compilation should document Python host version

开放

#3,635 创建于 2021年4月21日

 (5 条评论) (0 个反应) (0 位负责人)C++ (4,093 个派生)batch import
documentationgood first bughelp wanted

仓库指标

星标
 (26,755 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

When cross-compiling python binding, we rely on a multistrap generated chroot to build but we still need python on the host as well. Documentation should emphasize that in chroot and host version needs to match (up to major version), e.g., you need 3.7.x for building for a chroot 3.7.y, you can't have chroot using 3.7.y and host being 3.8.z.

贡献者指南