mozilla/DeepSpeech

Cross-compilation should document Python host version

Open

#3,635 建立於 2021年4月21日

在 GitHub 查看
 (5 留言) (0 反應) (0 負責人)C++ (4,093 fork)batch import
documentationgood first bughelp wanted

倉庫指標

Star
 (26,755 star)
PR 合併指標
 (30 天內沒有已合併 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.

貢獻者指南