Update README.md
This commit is contained in:
@@ -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=<path> : Let the given executable use the deployed libraries too
|
||||
-qmldir=<path> : Scan for QML imports in the given path
|
||||
-always-overwrite : Copy files even if the target file exists
|
||||
|
||||
Reference in New Issue
Block a user