Salome HOME
complete README with a warning on native dependencies. correct also an error on insta...
authorcrouzet <nicolas.crouzet@cea.fr>
Tue, 6 Jun 2017 12:03:12 +0000 (14:03 +0200)
committercrouzet <nicolas.crouzet@cea.fr>
Tue, 6 Jun 2017 12:03:12 +0000 (14:03 +0200)
commands/package.py
src/internal_config/README_BIN.template

index c2d0d4789397c51db7fbf561d33c087d9dee99b2..ddb5309d2b34441f51cf25717dc5e120c0c518f1 100644 (file)
@@ -971,9 +971,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.
+