aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom-Oliver Heidel <github@tom-oliver.eu>2020-09-23 21:15:54 +0200
committerGitHub <noreply@github.com>2020-09-23 21:15:54 +0200
commitb96a939bbf2248f194daf9818c41e215c7b1854c (patch)
treeb7abe937b5b3df77cffdd52efbc4280c137066c1
parent1f6cf75488dd786d5c6b38b324eceddb69fc1a5b (diff)
downloadhypervideo-pre-b96a939bbf2248f194daf9818c41e215c7b1854c.tar.lz
hypervideo-pre-b96a939bbf2248f194daf9818c41e215c7b1854c.tar.xz
hypervideo-pre-b96a939bbf2248f194daf9818c41e215c7b1854c.zip
[skip travis] advice using pyinst.py for windows
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 701c90c5b..2a0cf3a48 100644
--- a/README.md
+++ b/README.md
@@ -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