Windows dependency downloader and build, install and run script for OpenShot 3.5.x#6002
Open
tibberous wants to merge 3 commits intoOpenShot:developfrom
Open
Windows dependency downloader and build, install and run script for OpenShot 3.5.x#6002tibberous wants to merge 3 commits intoOpenShot:developfrom
tibberous wants to merge 3 commits intoOpenShot:developfrom
Conversation
Author
|
Please add my Windows BnR scripts for easier setup. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a Windows bootstrap/build helper intended to make it easier to get OpenShot running from source on a stock or partially configured Windows system.
This helper is not meant to replace OpenShot’s existing installer or release tooling. Instead, it targets a different use case: getting a working development/source-build environment set up more easily on Windows.
How this differs from the existing installer
OpenShot’s existing installer and release scripts are oriented around packaging and distribution of the application.
This BnR helper is oriented around bootstrap and recovery on Windows machines that may not already have the required build tools, dependencies, or environment configured correctly.
In other words:
Intended use case
This contribution is aimed at users or developers who want to:
This makes it more of a Windows bootstrap / developer setup tool than a traditional application installer.
Why I’m submitting it
The goal here is to contribute a helper for a workflow that appears different from the existing upstream installer path.
Rather than focusing on release packaging, this contribution focuses on reducing friction when trying to get OpenShot running from source on Windows, especially on fresh, inconsistent, or partially configured systems.
Notes
Attribution
Created by Trenton Tompkins as a contribution for the OpenShot project.
Coded with ❤️ with ChatGPT.