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 support #2

Open
ivanovmp opened this issue Mar 28, 2020 · 3 comments
Open

Windows support #2

ivanovmp opened this issue Mar 28, 2020 · 3 comments

Comments

@ivanovmp
Copy link

It seems that the installation requires libnuma, and it seems that libnuma only supports linux platform.

Is there a possibility to install the library on Windows, possibly by getting rid of libnuma usage?

@dmikushin
Copy link
Contributor

Dear @ivanovmp I think your best bet on Windows is MSYS2 - there moviemaker should compile smoothly. i don't remember whether MSYS2 provides a stub for libnuma or not, but you can always simply remove it from our CMakeLists.txt and see how it goes (99.9% it should compile without it on Windows).

@duckfromdiscord
Copy link

How do we install the libraries needed to build on MSYS2?

@dmikushin
Copy link
Contributor

MSYS2 is similar to Arch Linux, so it uses pacman to install packages.

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

3 participants