Skip to content
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

Open
baxxtor opened this issue Aug 13, 2022 · 11 comments
Open

Windows Builds #9

baxxtor opened this issue Aug 13, 2022 · 11 comments

Comments

@baxxtor
Copy link

baxxtor commented Aug 13, 2022

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.

@davidthamm
Copy link

uvg266.zip
built this on windows 10, not sure if it will work for you...

@baxxtor
Copy link
Author

baxxtor commented Aug 19, 2022 via email

@hexahigh
Copy link

Hey, could you tell me how you did it? Im trying to compile it but i can't figure out how to do it.

@fador
Copy link
Member

fador commented Jul 19, 2023

Hi,
What seems to be the problem with compiling uvg266?
Typically you would run cmake-gui in windows and set the uvg266 directory there, then hit Configure and select your installed visual studio. Then generate and you should be ready to Open Project

@hexahigh
Copy link

I didn't have any errors. I just didn't know what to do to compile it on windows.

@fador
Copy link
Member

fador commented Jul 19, 2023

@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 😁

@oleedd
Copy link

oleedd commented Mar 1, 2024

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.

@z-zjian
Copy link

z-zjian commented Mar 22, 2024

hi When I used cmake to configure the vug266,it told me that:
CMake Warning at CMakeLists.txt:70 (message):The submodule greatest was not loaded, some tests may fail INFO Disable test building, fails in MSVC/MINGW/MSYS2 when building shared binaries
And then I used 'git submodule init' to solve the problem, but it said: fatal: not a git repository (or any of the parent directories): .git
Could you please tell me how to solve this problem?
微信截图_20240322174322
微信截图_20240322174355

@ChaosAdmStudent
Copy link

hi When I used cmake to configure the vug266,it told me that: CMake Warning at CMakeLists.txt:70 (message):The submodule greatest was not loaded, some tests may fail INFO Disable test building, fails in MSVC/MINGW/MSYS2 when building shared binaries And then I used 'git submodule init' to solve the problem, but it said: fatal: not a git repository (or any of the parent directories): .git Could you please tell me how to solve this problem? 微信截图_20240322174322 微信截图_20240322174355

Did you figure it out? Running into the same problems!

@fador
Copy link
Member

fador commented May 13, 2024

hi When I used cmake to configure the vug266,it told me that: CMake Warning at CMakeLists.txt:70 (message):The submodule greatest was not loaded, some tests may fail INFO Disable test building, fails in MSVC/MINGW/MSYS2 when building shared binaries And then I used 'git submodule init' to solve the problem, but it said: fatal: not a git repository (or any of the parent directories): .git Could you please tell me how to solve this problem?

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 git clone https://github.com/ultravideo/uvg266.git to get the full git repo.

@z-zjian
Copy link

z-zjian commented Jun 5, 2024

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 git clone https://github.com/ultravideo/uvg266.git to get the full git repo.

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants