From: crouzet Date: Thu, 20 Jul 2023 08:11:20 +0000 (+0200) Subject: spns #34361: explain in README why pip requires the installation of binary with insta... X-Git-Tag: V9_12_0~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2a1a045503e9afe3a18d299af969e5e52c29a02f;p=tools%2Fsat.git spns #34361: explain in README why pip requires the installation of binary with install_bin.sh in archives --- diff --git a/src/internal_config/README_BIN.template b/src/internal_config/README_BIN.template index 48a2a65..1a8e355 100644 --- a/src/internal_config/README_BIN.template +++ b/src/internal_config/README_BIN.template @@ -5,10 +5,16 @@ Binaries This package includes a binary installation of the application ¤{application}. The binaries are stored in ¤{BINARIES} directory. -Warning : This binary installation depends upon some native ¤{operatingSystem} packages. +Warning 1 : This binary installation depends upon some native ¤{operatingSystem} packages. 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/sat config ¤{application} --check_system +Warning 2 : This binary installation cannot be used directly to build new code that depends upon it. + That's because the paths insides ressources (like .la files) are not substitued within ¤{BINARIES} directory. + If you wish to build new code using this binary (using cmake, automake, pip ...), you first need to execute + the ./install_bin.sh script : it will copy all binary in INSTALL directory and do the required substitutions + (replace the build directories with the installation directory). + Please see section "compilation based on the binaries used as prerequisites" if this package contains also the source code.