Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
How is the windows binary created? #26466
Comments
|
The official windows executable is generated using py2exe as far as I kmow. But it's basically deprecated. There is some community successor under the same name supporting python3.4+ but |
|
@blackjack4494 is that pyinstaller is included already after installing python? Can I compile only selected extractor? like Viki? |
|
@zackmark29 shouldn't be installed by default that is why I wrote that explicitly. |
THank you for that @blackjack4494 . I'll check it out. Yes my mainly Language is C#. I'm actually learning basic Python codes. But I'm not totally want to code on python rather I want to undestand the flow of the code. so that I can easily convert to C# code |
Checklist
Question
This is just a simple question I'm asking out of curiosity, I'd Like to know how the youtube-dl Windows executable is 'compiled' , and if this can be done from source from a Windows (or Linux) machine
cheers!