diff options
Diffstat (limited to '')
-rw-r--r-- | Linux/README | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Linux/README b/Linux/README index 53faa0b..8dd296e 100644 --- a/Linux/README +++ b/Linux/README @@ -517,8 +517,12 @@ Appendix C - Installing Heimdall Frontend from Source: make
sudo make install
- NOTE: You may be able to use "checkinstall" instead of "make install" in
- order to generate a redistributable package.
+ NOTE: As an alternative to "sudo make install" you may chose to generate
+ a package by typing the following:
+
+ sudo checkinstall --pkgversion <version>
+
+ Where <version> is the current Heimdall release e.g. 1.3.0
5. Done
|