From 241b6b990abe7edca8ad7b508b22ec0e8207f2e4 Mon Sep 17 00:00:00 2001 From: Samadrita Date: Mon, 5 Dec 2016 09:04:35 +0530 Subject: [PATCH] Rendering issues --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b28405b..27c7e03 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ unpack the file in your preferred location type the following: cd Qutube-dl + qmake Qutube-dl.pro + make you may also use QtCreator to compile. @@ -19,7 +21,7 @@ Move the executable (.exe for windows users) file just compiled into the folder. Windows users add the bin directory of your Qt installation (e.g. ) to the PATH variable and then run: - windeployqt + windeployqt 'path to Qutube-dl executable' Create a new folder 'youtube-dl' within 'Qutube-dl' folder download the latest version of youtube-dl from https://rg3.github.io/youtube-dl/ and place within 'youtube-dl' folder.