Windows releas
Closed this issue · 13 comments
Would it also be possible to have the .exe file to install on Windows systems?
From the official readme:
* Open a PowerShell console.
* Go to Tools\Windows_Build_Scripts
* Run: .\MediaBrowser.Build.ps1
Someone built the Windows version? Is there hope for a release for Windows systems?
See my comment above.
Yes, I see it... but I do not have the skills to do so.
I wondered if there was an “official” release for windows, as for Arch Linux and Docker.
Why not? Those are simple instructions.
Not for me
nvllsvm, I do not know how I had not seen this thread. Sorry!!. So, would it be possible to see a version for windows?
Powershell simply closes with all versions, and I do not know how to patch it and build it :\
Would really like a Windows version available for download, as i don't know how to run this in Powershell.
nvllsvm, if there is not going to be a version for windows, a small guide on how to patch the file PluginSecurityManager.cs for authentic noob would be fine ...
Thank you very much anyway
Use docker, I run all my server apps on docker, makes everything much cleaner. At first, I thought it was a pain now I exclusively use docker.
a how-to on how to do this for Windows would be much appreciated too!
If you don't want to to to the trouble of setting up something like Cygwin or MinGW then TortoiseMerge is probably your best bet. Cygwin/MinGW should let you run the patch command just like @nvllsvm gives, but TortoiseMerge lets you do it in a slightly different way with a GUI. Not sure how you would compile it though.
https://stackoverflow.com/questions/517257/how-do-i-apply-a-diff-patch-on-windows
Not going to add this to this repo. Feel free to open a PR to ads a link if someone takes care of Windows builds