Replies: 1 comment
-
|
先要保证能完成编译源代码中的例子 如果用 x86_64-pc-windows-gnu 编译的话 如果 用 x86_64-pc-windows-msvc 不需要上面的配置 但 需要 安装 vcpkg 和 llvm 并配置路径 注意 llvm 需要选择第二个 添加全部 系统变量路径 ,具体 安装过程不在复述。 上面的都是 默认 编译为 gnu 或者 msvc ,如果 默认 为 gnu 想用 msvc 编译 具体命令为 以 编译 例子 remux 为例 反之亦然。 cargo +stable-x86_64-pc-windows-msvc build --example remux 然后 观察 源代码中的 例子 希望能帮到你。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm a newbie and finding it extremely difficult to learn without detailed API documentation. I spent a whole day trying to convert AVI format to MP4 but still couldn't figure it out. When will a user-friendly document for beginners be available? Or who can provide me with some sample codes?
Beta Was this translation helpful? Give feedback.
All reactions