We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
todo:
临时解决办法:
针对 m1 i386架构编译插件( arm64, 仅用于本地测试开发 ):
make codec.arm64 plugin=xxx make filter.arm64 plugin=xxx make trans.arm64 plugin=xxx
调试插件: make debug
本地测试完成后,重新编译成amd64架构上传和使用
make codec.amd64 plugin=xxx make filter.amd64 plugin=xxx make trans.amd64 plugin=xxx
打包插件(使用amd64,用于测试生产使用):
make pkg-codec.amd64 plugin=xxx make pkg-filter.amd64 plugin=xxx make pkg-trans.amd64 plugin=xxx
The text was updated successfully, but these errors were encountered:
No branches or pull requests
todo:
临时解决办法:
针对 m1 i386架构编译插件( arm64, 仅用于本地测试开发 ):
make codec.arm64 plugin=xxx
make filter.arm64 plugin=xxx
make trans.arm64 plugin=xxx
调试插件: make debug
本地测试完成后,重新编译成amd64架构上传和使用
make codec.amd64 plugin=xxx
make filter.amd64 plugin=xxx
make trans.amd64 plugin=xxx
打包插件(使用amd64,用于测试生产使用):
make pkg-codec.amd64 plugin=xxx
make pkg-filter.amd64 plugin=xxx
make pkg-trans.amd64 plugin=xxx
The text was updated successfully, but these errors were encountered: