diff --git a/README.md b/README.md index 159be2b..ac0bd7b 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,15 @@ linuxdeployqt takes an application as input and makes it self-contained by copyi ## Known issues -* __This is not fully working yet.__ This is not ready for production use. Help is appreciated. -* Some functions still refer to macOS specifics. These need to be converted over to their Linux counterparts or deleted. +* __This may not be fully working yet.__ Use with care, run with maximum verbosity, submit issues and pull requests. Help is appreciated +* Some functions may still refer to macOS specifics. These need to be converted over to their Linux counterparts or deleted +* Scan for QML imports has not been tested yet ## Installation * Open in Qt Creator and build * Build and install [patchelf](https://nixos.org/patchelf.html) (a small utility to modify the dynamic linker and RPATH of ELF executables; similar to `install_name_tool` on macOS). To learn more about this, see http://blog.qt.io/blog/2011/10/28/rpath-and-runpath/ +* Download [AppImageAssistant](https://github.com/probonopd/AppImagaeKit/releases) and put it into your $PATH, e.g., into `/usr/local/bin`. Make sure it is renamed to `AppImageAssistant` and is `chmod a+x` ## Usage @@ -22,7 +24,6 @@ Options: -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 libraries and plugins (implies -no-strip) -executable= : Let the given executable use the deployed libraries too -qmldir= : Scan for QML imports in the given path -always-overwrite : Copy files even if the target file exists