From: crouzet Date: Tue, 6 Jun 2017 12:03:12 +0000 (+0200) Subject: complete README with a warning on native dependencies. correct also an error on insta... X-Git-Tag: V8_3_0rc1^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=340842b509eb809b596b5598092c723aa0871b7b;p=tools%2Fsat.git complete README with a warning on native dependencies. correct also an error on install_bin --- 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. +