-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
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
How to build code on Debian/Ubuntu? #34
Comments
I've added docs showing how to build QSVEncC on linux. CPUs starting from Broadwell and later will be supported for Linux build. |
Very very very thanks! It's check sucess ( ./qsvencc --check-hw ==> Success: QuickSyncVideo (hw encoding) available) i have question how to ./qsvencc with SO file merge ? |
I'm sorry but I could not get what you mean by "SO file merge". |
Yeap,so fiile mean libraries, |
You mean "bundle" binary, with include all needed in one binary file? |
Yeap ,yeap |
You need to build static link libraries for all the libraries such as libavformat, libavcodec, libmfx, libva and others required for qsvencc in order to include all needed in one binary file. Also QSV feature might not actually run on VMs. (I've never tried.) I'll close this issue as the normal way to build on Ubuntu is already shown. |
Hi
How to build code on Debian/Ubuntu ?
Could you provide step ?
The text was updated successfully, but these errors were encountered: