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

Add build possibility on windows #6

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

BankaiNoJutsu
Copy link

Hello,

This adds the possibility to build on windows, mostly portable. Only the MSVC and SDK dependencies are not portable, which require around 10GB more space than a regular install.

What do you think about adding this?

@Hishiro64
Copy link
Owner

Yeah I could add this. I ran your branch under a VM to check for portability and a couple of lines using tar need to be swapped to use the 7zr command.

Here's an example of that error when extracting ffmpeg-release-full-shared.7z:
image

Your tar command might not be pointing to the native windows one, let me know if you can't reproduce it. Build portions don't need to be fully portable, just reasonably reproducible. You should append a section into the README, about any manual steps for the parts that need to be installed onto the system or are too large. As well as any other info needed to create a successful build. I've added a new branch called build-possibility.

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

Successfully merging this pull request may close these issues.

2 participants