On 04 Oct 2013, at 11:06, hamid badi <[email protected]> wrote: > Hello, > > I success to compile gmsh 2.8.3 as a library (gmsh.lib) under Visual Studio > 2010 (through cmake). My library do not mesh (i use to api tutorial code) may > be because the cmake configuration is not correct, what are the minimun > directives to include, in cmake, to get a library up to mesh geo file ? >
This section of the documentation explains all the options: http://geuz.org/gmsh/doc/texinfo/gmsh.html#Compiling-the-source-code To mesh geo files, you should at least set ENABLE_PARSER and ENABLE_MESH. > Best regards. > _______________________________________________ > gmsh mailing list > [email protected] > http://www.geuz.org/mailman/listinfo/gmsh -- Prof. Christophe Geuzaine University of Liege, Electrical Engineering and Computer Science http://www.montefiore.ulg.ac.be/~geuzaine _______________________________________________ gmsh mailing list [email protected] http://www.geuz.org/mailman/listinfo/gmsh
