]> SALOME platform Git repositories - tools/simanio.git/blobdiff - INSTALL
Salome HOME
Build SIMANIO on windows using Microsoft Visual Studio 2010.
[tools/simanio.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 422be047cf2558233736662890f3619a9f72d167..9cec1fcc19ac8b6ae3f93f259081fb10eec3b74d 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,20 +1,20 @@
-#  Copyright (C) 2013  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2013-2014  CEA/DEN, EDF R&D, OPEN CASCADE
 #
-#  This library is free software; you can redistribute it and/or
-#  modify it under the terms of the GNU Lesser General Public
-#  License as published by the Free Software Foundation; either
-#  version 2.1 of the License.
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
 #
-#  This library is distributed in the hope that it will be useful,
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-#  Lesser General Public License for more details.
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
 #
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with this library; if not, write to the Free Software
-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 #
-#  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
 ---------------
@@ -88,7 +88,8 @@ CMAKE_INSTALL_PREFIX variable (passed to cmake or ccmake):
 3. Generating Web Service Client Stubs
 --------------------------------------
 
-It is the optional action for current version.
+This paragraph describes a procedure of the web services client stubs generating
+Note: it is an optional action for the current version of SimanIO.
 
 SimanIO library sources include a set of web services client stubs generated
 by means of WSO2 Web Services Framework for C++.
@@ -100,13 +101,16 @@ SIMAN wsdl file.
 Use the following parameters to generate the Axis2/C client stub code with
 ADB (Axis Data Binding) support:
 
-    $ ./siman_stabs_code_generator.sh -uri <wsdl_location> -d adb -u
+    $ siman_stabs_code_generator.sh -uri <wsdl_location> -d adb -u
 
-The SIMAN stabs code generator script
-(<SIMANIO_SRC>/scripts/siman_stabs_code_generator.sh) generates the client stub
-files .h and .cpp from the given SIMAN wsdl file, path to which is specified
-via <wsdl_location> (<SIMANIO_SRC>/scripts/SimanSalomeService.wsdl) 
-and puts generated files to the src sub-directory of a source tree.
+The SIMAN stabs code generator script creates the client stub files .h and
+.cpp from the given SIMAN wsdl file, path to which is specified
+via the <wsdl_location> parameter; resulting files should be put to the 
+src sub-directory of a source tree.
+
+The siman_stabs_code_generator.sh script and wsdl template file
+SimanSalomeService.wsdl are located in the scripts sub-directory of a source
+tree.
 
 -------------------------------------------------
 4. Build SALOME KERNEL module with SIMAN support
@@ -224,4 +228,3 @@ SALOME session connected to SIMAN is automatically started from the browser;
 this SALOME session will access SIMAN server providing all functionality defined
 in the SIMAN Detailed Functional Specifications for the current version of SIMAN
 (see SIMAN_Functional_Specifications_vx.y).
-