SALOME-MECA-2008.1-GPL ---------------------- SALOME-MECA-2008.1 is developed by EDF R&D and is distributed in GPL licence. It is provided in a single tar.gz archive containing all the required binaries to run from any recent Linux OS. // ENGLISH // Quick installation guide ======================== To install Salome-Meca-2008.1, you should simply extract the content of the archive to its final destination folder like for example "/opt" and then run the post-installation script in a terminal: We suppose here that the downloaded package is saved initially in /tmp In a terminal, type the following commands: " cp /tmp/SALOME-MECA-2008.1-GPL.tgz /opt " " cd /opt " " tar zxf SALOME-MECA-2008.1-GPL.tgz " " cd /opt/SALOME-MECA-2008.1-GPL/postinstall/ " " python ./postinstall.py " Running Salome-Meca =================== Then to run Salome-Meca-2008.1, simply run: " /opt/SALOME-MECA-2008.1-GPL/runSalome " Exiting Salome-Meca =================== Close the Salome-GUI and then press CTRL+D in the terminal to exit the python interpreter If this does not work, run the "killSalome" script from another terminal. DOCUMENTATION ============= The official documentation of SALOME-MECA is available here: http://www.code-aster.org Additionnal documents / tutorials can be found on CAELinux Wiki http://www.caelinux.org // Français // INSTALLATION ============ Pour installer SALOME-MECA: cd postinstall ./postinstall LANCEMENT ========= Pour lancer SALOME-MECA: ./runSalomeMeca ARRET ===== Pour quitter SALOME-MECA: ctrl+d dans le terminal de lancement de SALOME-MECA. Si ctrl+d ne fonctionne pas: ./killSalome DOCUMENTATION ============= La documentation officielle de SALOME-MECA est accessible ici: http://www.code-aster.org Des tutoriaux additionnels sont disponible sur le Wiki de CAELinux http://www.caelinux.org