From 3ca4da4e38e35a0649d8e610c1da4416d05b3666 Mon Sep 17 00:00:00 2001 From: Christian Van Wambeke Date: Tue, 13 Mar 2018 16:07:34 +0100 Subject: [PATCH] better previous warning from Crouzet --- commands/package.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/commands/package.py b/commands/package.py index f03f8f3..6d796ff 100644 --- a/commands/package.py +++ b/commands/package.py @@ -503,9 +503,12 @@ def binary_package(config, logger, options, tmp_working_dir): logger.write(""" WARNING: existing binaries directory from previous detar installation: %s - To make new package from this, you could - 1) move part of it in directory INSTALL (risky advanced use) - 2) recompile all in INSTALL (safer) with sat compile.\n + To make new package from this, you could: + 1) install binaries in INSTALL directory with the script "install_bin.sh" + see README file for more details + 2) recompile everything in INSTALL with "sat compile" command + this step is long, and requires some linux packages to be installed + on your system\n """ % binaries_from_detar) # Print warning or error if there are some missing products -- 2.39.2