]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
Merge branch 'BR_8_3' of https://codev-tuleap.cea.fr/plugins/git/spns/SAT into BR_8_3
authorcrouzet <nicolas.crouzet@cea.fr>
Tue, 6 Jun 2017 12:04:01 +0000 (14:04 +0200)
committercrouzet <nicolas.crouzet@cea.fr>
Tue, 6 Jun 2017 12:04:01 +0000 (14:04 +0200)
commands/package.py
src/internal_config/README_BIN.template

index 89a8197510a04959516fc594bc8a20b7983eeac0..ad10ab0a878ef975c50352e590078ab0327f9f5b 100644 (file)
@@ -1007,9 +1007,9 @@ and do some substitutions on cmake and .la files (replace the build directories
 with local paths).
 The procedure to do it is:
  1) Remove or rename INSTALL directory if it exists
- 2) Execute the shell script bin_install.sh:
+ 2) Execute the shell script install_bin.sh:
  > cd $ROOT
- > ./bin_install.sh
+ > ./install_bin.sh
  3) Use SalomeTool (as explained in Sources section) and compile only the 
     modules you need to (with -p option)
 
index cf3399f66758107b271bd56a3bd8a658a40fcf72..23171e6f0ac7d9cc4eeefab0b39f36ffa89d118e 100644 (file)
@@ -8,4 +8,9 @@ The binaries are stored in BINARIES directory.
 To run the application, launch the following command:
 > $ROOT/¤{launcher}
 
+This binary installation depends upon some native packages. 
+If some of these packages are missing on your system, the execution may fail. 
+If this is the case, please check the file *_dep_sys_rpms.txt (it contains the known dependencies), 
+and install the missing ones.
+