1 *****************************
2 About SALOME MG-Tetra plug-in
3 *****************************
5 SALOME MG-Tetra plug-in adds DISTENE MG-Tetra (former GHS3D) meshing algorithm
6 to the SALOME Mesh module.
8 MG-Tetra meshing algorithm is destined for:
9 - Meshing of 3D geometric entities: solids are split into tetrahedral (pyramidal)
11 - Generating of 3D meshes from 2D meshes (triangles and quadrangles), working without
14 For more information please visit the SALOME platform web site:
16 <https://www.salome-platform.org/>
22 SALOME platform is distributed under the GNU Lesser General Public License.
23 See COPYING file for more details.
33 SALOME platform relies on a set of third-party softwares; some of them are needed
34 at build time only, while other ones are needed in runtime also.
36 For more information about the pre-requisites please visit SALOME platform web
39 * Check Release Notes and Software Requirements of the latest SALOME release at
41 <https://www.salome-platform.org/?page_id=15/>
43 Note: SALOME MG-Tetra plug-in needs SALOME KERNEL, SALOME GUI, SALOME Geometry
44 and SALOME Mesh as pre-requisites.
50 The build procedure of the SALOME platform is implemented with CMake.
51 In order to build the plug-in you have to do the following actions:
53 1. Set up environment for pre-requisites (see "Pre-requisites" section above).
55 2. Create a build directory:
57 % mkdir GHS3DPLUGIN_BUILD
59 3. Configure the build procedure:
61 % cd GHS3DPLUGIN_BUILD
62 % cmake -DCMAKE_BUILD_TYPE=<mode> -DCMAKE_INSTALL_PREFIX=<installation_directory> <path_to_src_dir>
65 - <mode> is either Release or Debug (default: Release);
66 - <installation_directory> is a destination folder to install SALOME MG-Tetra
67 plug-in (default: /usr);
68 - <path_to_src_dir> is a path to the SALOME MG-Tetra plug-in sources directory.
70 Note: by default (if CMAKE_INSTALL_PREFIX option is not given), SALOME MG-Tetra
71 plug-in will be configured for installation to the /usr directory that requires
72 root permissions to complete the installation.
79 This will install SALOME MG-Tetra plug-in to the <installation_directory>
80 specified to cmake command on the previous step.
86 SALOME MG-Tetra plug-in supports a set of advanced configuration options;
87 for more details learn CMakeLists.txt file in the root source directory.
89 You can also use other options of cmake command to customize your installation.
90 Learn more about available options by typing
98 The directory doc contains additional documentation file of SALOME MG-Tetra
105 Please, send a mail to webmaster.salome@opencascade.com.