diff options
author | Unknown <blackjack4494@web.de> | 2020-09-29 01:42:36 +0200 |
---|---|---|
committer | Unknown <blackjack4494@web.de> | 2020-09-29 01:42:36 +0200 |
commit | 88bdacf33cb68d14a96fe807e988cc2114310d0f (patch) | |
tree | 68990063137266a52fe98c6a6638739765ea9f12 /README.md | |
parent | 8219ef642760c1f2db66c95c764879c5ef5f63c1 (diff) | |
parent | bd88d90f22bd15fcce2f128cc8563407a0734c57 (diff) | |
download | hypervideo-pre-88bdacf33cb68d14a96fe807e988cc2114310d0f.tar.lz hypervideo-pre-88bdacf33cb68d14a96fe807e988cc2114310d0f.tar.xz hypervideo-pre-88bdacf33cb68d14a96fe807e988cc2114310d0f.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -50,7 +50,7 @@ Using curl: **Windows** users can download [youtube-dlc.exe](https://github.com/blackjack4494/youtube-dlc/releases/latest/download/youtube-dlc.exe) (**do not** put in `C:\Windows\System32`!). **Compile** -To build the Windows executable yourself +To build the Windows executable yourself (without version info!) python -m pip install --upgrade pyinstaller pyinstaller.exe youtube_dlc\__main__.py --onefile --name youtube-dlc @@ -58,6 +58,9 @@ To build the Windows executable yourself Or simply execute the `make_win.bat` if pyinstaller is installed. There will be a `youtube-dlc.exe` in `/dist` +New way to build Windows is to use `python pyinst.py` (please use python3 64Bit) +For 32Bit Version use a 32Bit Version of python (3 preferred here as well) and run `python pyinst32.py` + For Unix: You will need the required build tools python, make (GNU), pandoc, zip, nosetests |