Skip to content

Cross compile VVdeC and VVenC #106

Answered by K-os
ZenKiyoshi asked this question in Q&A
Discussion options

You must be logged in to vote

Use mingw as a compiler (e.g. Ubuntu package g++-mingw-w64-x86-64) and provide a corresponding toolchain file to the build. Either you invoke CMake direcly and pass the variable -DCMAKE_TOOLCHAIN_FILE=<your_toolchain_file> or you use the Makefile wrapper and call make release toolchainfile=<your_toolchain_file>. For Ubuntu we even provide toolchain files in the directory cmake/toolchains/.

Compiling should work in principle because we build it regularly within our CI-pipeline, but we don't test the resulting binaries.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ZenKiyoshi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants