Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 844 Bytes

File metadata and controls

53 lines (37 loc) · 844 Bytes

开发指引

Python

0.4.1 起,Python TTS 服务器已从主项目分离,可作为可选组件进行配置。

仓库地址:https://github.com/igugyj/Pelr_tts_tr

C++

构建前需确保以下资源已就位:

  • FrameworkShaders
  • assets
  • lib
  • Resources
  • SampleShaders
  • thirdParty/
    • Core
    • Framework
    • glew
    • stb

发布版本配置

在打包发布前,需确保 CMakeLists.txt 中的以下配置正确:

set(DEBUG_MODE OFF)     # ON: Debug, OFF: Release

Python 包管理

仓库地址:https://github.com/igugyj/Pelr_tts_tr

pip install pip-review
pip-review
pip-review --auto

导出所有包(不推荐):

pip freeze > requirements.txt

导出依赖包到 requirements.txt

pip install pigar
pigar generate