From 340842b509eb809b596b5598092c723aa0871b7b Mon Sep 17 00:00:00 2001 From: crouzet Date: Tue, 6 Jun 2017 14:03:12 +0200 Subject: [PATCH] complete README with a warning on native dependencies. correct also an error on install_bin --- commands/package.py | 4 ++-- src/internal_config/README_BIN.template | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/commands/package.py b/commands/package.py index c2d0d47..ddb5309 100644 --- a/commands/package.py +++ b/commands/package.py @@ -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) diff --git a/src/internal_config/README_BIN.template b/src/internal_config/README_BIN.template index cf3399f..23171e6 100644 --- a/src/internal_config/README_BIN.template +++ b/src/internal_config/README_BIN.template @@ -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. + -- 2.39.2