From 7ab187fd24a4affdd291834314640c6fab4e141c Mon Sep 17 00:00:00 2001 From: probonopd Date: Mon, 5 Sep 2016 17:33:27 +0200 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f54365..066b8c4 100644 --- a/README.md +++ b/README.md @@ -1 +1,22 @@ -# linuxdeployqt \ No newline at end of file +# linuxdeployqt + +__This is not working yet.__ Help is appreciated. + +``` +Usage: linuxdeployqt app-binary [options] + +Options: + -verbose=<0-3> : 0 = no output, 1 = error/warning (default), 2 = normal, 3 = debug + -no-plugins : Skip plugin deployment + -appimage : Create an AppImage + -no-strip : Don't run 'strip' on the binaries + -use-debug-libs : Deploy with debug versions of frameworks and plugins (implies -no-strip) + -executable= : Let the given executable use the deployed frameworks too + -qmldir= : Scan for QML imports in the given path + -always-overwrite : Copy files even if the target file exists + -libpath= : Add the given path to the library search path + +linuxdeployqt takes an application as input and makes it +self-contained by copying in the Qt libraries and plugins that +the application uses. +```