Salome HOME
spns #34361: explain in README why pip requires the installation of binary with insta...
[tools/sat.git] / src / internal_config / README_BIN.template
1
2 Binaries
3 ========
4
5 This package includes a binary installation of the application ¤{application}.
6 The binaries are stored in ¤{BINARIES} directory.
7
8 Warning 1 : This binary installation depends upon some native ¤{operatingSystem} packages.
9 If some of these packages are missing on your system, the execution may fail. 
10 If this is the case, please install the missing ones with your ¤{operatingSystem} package manager.
11 Note that you can use sat to check if the native prerequisites are installed on your system. The command is : 
12     ${ROOT}/sat/sat config  ¤{application} --check_system
13
14 Warning 2 : This binary installation cannot be used directly to build new code that depends upon it.
15             That's because the paths insides ressources (like .la files) are not substitued within ¤{BINARIES} directory.
16             If you wish to build new code using this binary (using cmake, automake, pip ...), you first need to execute
17             the ./install_bin.sh script : it will copy all binary in INSTALL directory and do the required substitutions 
18             (replace the build directories with the installation directory). 
19             Please see section "compilation based on the binaries used as prerequisites" if this package contains also the source code.
20