Proprietary Application Licensing with Tauri #11536
Unanswered
MattTheCuber
asked this question in
Q&A
Replies: 2 comments
-
This indeed seems to be a tricky subject eg https://internals.rust-lang.org/t/visual-studio-build-tools-licensing/17097/5 / https://internals.rust-lang.org/t/use-lld-by-default-on-windows-to-mitigate-microsoft-c-build-tools-licencing-issues/16606/9 and it seems like it indeed requires getting the proper license if your project is not open source. If all your rust crates support it, using the mingw toolchain instead of the msvc one may be worth to consider. |
Beta Was this translation helpful? Give feedback.
0 replies
-
https://visualstudio.microsoft.com/license-terms/vs2022-ga-diagnosticbuildtools/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My company is a developing proprietary software for profit using Tauri. Tauri's license supports this behavior under the MIT and Apache license. However, my questions lies with the Microsoft Visual Studio C++ Build Tools dependency.
The license for Microsoft Visual Studio C++ Build Tools is very complicated and confusing. It seems that they may be asking organizations to purchase a license to use the software. Since we are not directly using the build tools, does this requirement still fall on our company?
https://learn.microsoft.com/en-us/answers/questions/1683872/is-microsoft-c-build-tools-visual-studio-free-for
Beta Was this translation helpful? Give feedback.
All reactions