From: crouzet Date: Mon, 3 Oct 2022 12:37:46 +0000 (+0200) Subject: remplacement sat par sat/sat suite à remarque Gauthier F X-Git-Tag: V9_10_0~5^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=487403f69be1588988e6d04a27499cf4a77cdc5a;p=tools%2Fsat.git remplacement sat par sat/sat suite à remarque Gauthier F --- 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