Salome HOME
remplacement sat par sat/sat suite à remarque Gauthier F
authorcrouzet <nicolas.crouzet@cea.fr>
Mon, 3 Oct 2022 12:37:46 +0000 (14:37 +0200)
committercrouzet <nicolas.crouzet@cea.fr>
Mon, 3 Oct 2022 12:37:46 +0000 (14:37 +0200)
src/internal_config/README_BIN.template
src/internal_config/README_SRC.template

index ae3962fc14d80c20fcc3c436bac53fb23db57473..48a2a657830a731571ee2cd2ef6cbeff34e215aa 100644 (file)
@@ -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
 
 
index 659fd9a2f281e1f7838a2244b86c02799e5e0e3c..014f63db4aad9e0a199e7aef161aa145baa9e0ee 100644 (file)
@@ -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