From: Christian Van Wambeke Date: Tue, 13 Mar 2018 15:07:34 +0000 (+0100) Subject: better previous warning from Crouzet X-Git-Tag: 5.1.0~56 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3ca4da4e38e35a0649d8e610c1da4416d05b3666;p=tools%2Fsat.git better previous warning from Crouzet --- 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