Skip to content
Snippets Groups Projects
Select Git revision
  • 19bbbe2de922ac084f07c6e400a59190112dde5e
  • master default protected
  • rgpu
  • oras_vs_osm
  • refactor_coupled
  • lumi-stable
  • fix-compile-without-mpi
  • clean_multirhs
  • oras_comp
  • hpddm_integration
  • blockProduct
  • multiSrcs
  • splitPrePro
  • reuseGCR
  • helmholtz_2d_ddm
  • fix-template-instanciantion-clang-macos
  • customSchwarz
  • hp-convergence-test
  • fix_krylov
  • solverCorrection
  • boris-martin-master-patch-52103
  • gmshddm_1_0_0
22 results

Subproblem3D.cpp

Blame
  • README.visualc++ 360 B
    To compile Gmsh with Microsoft VisualC++
    
    1) Install cygwin (yes, you have to): you need make
        
    2) launch the Visual Studio command prompt
    
    3) set PATH=%PATH%;C:\cygwin\bin   (or wherever the cygin binaries are installed)
    
    4) cd gmsh && ./configure --enable-vc
    
    5) edit SYSINCLUDE in gmsh/variables to match your install of Visual C++
    
    5) cd gmsh && make