_('Optional: Create binary archives for all products.'), False)
parser.add_option('', 'with_vcs', 'boolean', 'with_vcs',
_('Optional: Do not make archive for products in VCS mode (git, cvs, svn). '
- 'Sat prepare will use VCS mode instead to retrieve them'),
+ 'Sat prepare will use VCS mode instead to retrieve them.'
+ '\n Also, when combined with "--bin_products" option, restrict the building of product archives to VCS products.'),
False)
parser.add_option('', 'ftp', 'boolean', 'ftp',
_('Optional: Do not embed archives for products in archive mode.'
# make doc pdf
cd doc
make latexpdf
-evince build/latex/salomeTools.pdf &
+evince build/latex/sat.pdf &
--- /dev/null
+
+.. include:: ../../rst_prolog.rst
+
+Command install
+***************
+
+Description
+===========
+The **install** command gets the binaries of the application products from local (ARCHIVEPATH) or ftp server.
+
+
+Usage
+=====
+* Create a binary installation of SALOME which only contains SALOME,GEOM and SMESH modules, plus their dependencies: ::
+
+ sat install SALOME-master --products SALOME,GEOM,SMESH
The version control systems known by this option are CVS_, SVN_ and Git_.
+* Create binary archives for each product: ::
+
+ # Create binary product archives for all products
+ sat package SALOME_xx --bin_products
+
+ # Create binary product archives only for VCS products
+ sat package SALOME_xx --bin_products --with_vcs
Some useful configuration paths
=================================
init <commands/init>
template <commands/template>
application <commands/application>
+ install <commands/install>
Release Notes