[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
E.2 Installation problems
- Which OSes does Gmsh run on?
Gmsh runs on Windows, Mac OS X, Linux and most Unix variants.
- Are there additional requirements to run Gmsh?
You should have the OpenGL libraries installed on your system, and in the path of the library loader. A free replacement for OpenGL can be found at http://www.mesa3d.org.
- How do I compile Gmsh from the source code?
You need cmake (http://www.cmake.org) and a C++ compiler. See Compiling the source code and the ‘README.txt’ file in the top-level source directory for more information.
- Where does Gmsh save its configuration files?
Gmsh will attempt to save temporary files and persistent configuration options first in the
$GMSH_HOME
directory, then in$APPDATA
(on Windows) or$HOME
(on other OSes), then in$TMP
, and finally in$TEMP
, in that order. If none of these variables are defined, Gmsh will try to save/load its configuration files from the current working directory.
This document was generated on February 9, 2014 using texi2html 5.0.