-
Notifications
You must be signed in to change notification settings - Fork 16
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
Windows Builds #9
Comments
uvg266.zip |
It does work. Thank You!
…On Fri, Aug 12, 2022 at 10:27 PM davidthamm ***@***.***> wrote:
uvg266.zip <https://github.com/ultravideo/uvg266/files/9330614/uvg266.zip>
built this on windows 10, not sure if it will work for you...
—
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANKVVZSA2XTJCFMF2WI3KW3VY4BZNANCNFSM56NKZRVA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hey, could you tell me how you did it? Im trying to compile it but i can't figure out how to do it. |
Hi, |
I didn't have any errors. I just didn't know what to do to compile it on windows. |
@hexahigh you are welcome to ask for more details if you need, you should only need to install Visual Studio and CMake to be able to compile it on windows, and basically Visual Studio has CMake built-in but it's a bit weird 😁 |
I have problems with installing Visual Studio. And it is probably incredibly large for my system partition. The above "uvg266.zip" requires debugging versions of Visual C++ files (with "d" at the end). Should it be so? I don't have them and don't know how to install them. Please give a version without necessity of debugging dlls. |
Do you actually want to run the tests? They mainly just verify that some functions work as they should. It should compile perfectly fine without the tests, the tests are anyway a separate thing from the encoder binary. The second red line tells that they are anyway disabled because you are building the shared library version. But I think the problem is that you have downloaded the .zip file for the code, which itself does not contain the git repo. You would have to do |
Thank you very much! I have solve the problem. I want to add some algorithms to it but I don't know where to add. It puzzles me in a long time.I want to get the CU I'm coding and intervene in its partitioning. But I don't know which function have the message I need. I don't know how to work in the VTM, too. Do you have some tips? Thank you for your reply! |
This is not an actual issue but a question. Is a prebuilt windows version of UVG266 available for download? I did not see any available assets on the Appveyor build page.
The text was updated successfully, but these errors were encountered: