From 5d1dbeb84fe5bda05d1843d798e043ecb21f55f6 Mon Sep 17 00:00:00 2001 From: sera_denoir Date: Tue, 27 Feb 2018 01:42:19 -0800 Subject: [PATCH] Ubuntu tweak Added additional step to Appendix B to help address the Debian specific issue of how to compile 1.4.2 (needed to fix #292 on Debian systems) using instructions documented in #421 --- Linux/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Linux/README b/Linux/README index 8dc4def5..3910dc2b 100644 --- a/Linux/README +++ b/Linux/README @@ -490,3 +490,7 @@ Appendix B - Installing Heimdall Suite from Source: cmake -DCMAKE_BUILD_TYPE=Release .. make + 4. Debian/Ubuntu users may need to use the following command after compiling + to make the program available to the operating system: + + sudo cp bin/* /usr/local/bin