From 487403f69be1588988e6d04a27499cf4a77cdc5a Mon Sep 17 00:00:00 2001 From: crouzet Date: Mon, 3 Oct 2022 14:37:46 +0200 Subject: [PATCH] =?utf8?q?remplacement=20sat=20par=20sat/sat=20suite=20?= =?utf8?q?=C3=A0=20remarque=20Gauthier=20F?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/internal_config/README_BIN.template | 2 +- src/internal_config/README_SRC.template | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/internal_config/README_BIN.template b/src/internal_config/README_BIN.template index ae3962f..48a2a65 100644 --- a/src/internal_config/README_BIN.template +++ b/src/internal_config/README_BIN.template @@ -9,6 +9,6 @@ Warning : This binary installation depends upon some native ¤{operatingSystem} If some of these packages are missing on your system, the execution may fail. If this is the case, please install the missing ones with your ¤{operatingSystem} package manager. Note that you can use sat to check if the native prerequisites are installed on your system. The command is : - ${ROOT}/sat config ¤{application} --check_system + ${ROOT}/sat/sat config ¤{application} --check_system diff --git a/src/internal_config/README_SRC.template b/src/internal_config/README_SRC.template index 659fd9a..014f63d 100644 --- a/src/internal_config/README_SRC.template +++ b/src/internal_config/README_SRC.template @@ -11,7 +11,7 @@ This version is configured to work with the application of the package. sat is located in $ROOT and you can read its documentation in $ROOT/sat/doc or by using: -> $ROOT/sat --help +> $ROOT/sat/sat --help If you use bash, you can have completion for sat by sourcing $ROOT/sat/complete_sat.sh: > source $ROOT/sat/complete_sat.sh @@ -20,7 +20,7 @@ If you use bash, you can have completion for sat by sourcing $ROOT/sat/complete_ a) Preparing the sources of your application ============================================ Type the following command to get the source and apply the patches: -> $ROOT/sat prepare ¤{application} +> $ROOT/sat/sat prepare ¤{application} The sources are retrieved from tgz archives located in ARCHIVES directory (or from VCS tools if they were included) @@ -29,7 +29,7 @@ if they were included) b) Build ¤{application} ======================= Type the following command to compile and install the products of your application: -> $ROOT/sat -t compile ¤{application} +> $ROOT/sat/sat -t compile ¤{application} The -t option displays the compilation logs in the terminal. @@ -51,14 +51,14 @@ In this case please refer to the instructions after c) Set environment for libraries inside ¤{application} ====================================================== Type the following command to produce the environment files: -> $ROOT/sat environ ¤{application} +> $ROOT/sat/sat environ ¤{application} d) Create a SALOME launcher =========================== Create the launcher: -> $ROOT/sat launcher ¤{application} +> $ROOT/sat/sat launcher ¤{application} IMPORTANT : If your package already contains a binary installation -- 2.30.2