User Tools

Site Tools


cmake

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cmake [2017/01/25 17:33] smilauercmake [2017/01/25 17:34] (current) smilauer
Line 103: Line 103:
 //**Note:** PETSc isn't easily built on windows, so support for parallel builds is still lacking// //**Note:** PETSc isn't easily built on windows, so support for parallel builds is still lacking//
  
-===== Windows (minGW) =====+===== Windows (MinGW) =====
   - Install CMake (tested with version 3.3.2)   - Install CMake (tested with version 3.3.2)
   - Install a new mingw-w64 (tested with version 5.2.0). It has support for 32-bit if necessary. MinGW-w64 version is selected from a [[http://sourceforge.net/projects/mingw-w64/|GUI installer]].    - Install a new mingw-w64 (tested with version 5.2.0). It has support for 32-bit if necessary. MinGW-w64 version is selected from a [[http://sourceforge.net/projects/mingw-w64/|GUI installer]]. 
Line 112: Line 112:
   - Run mingw32-make.exe -j 3 to compile   - Run mingw32-make.exe -j 3 to compile
   - If you want smooth transfer of oofem.exe to another windows computer, you need to put all *.dll from C:\Program Files (x86)\mingw-w64\i686-5.2.0-posix-dwarf-rt_v4-rev1\mingw32\bin in the same directory as oofem.exe.   - If you want smooth transfer of oofem.exe to another windows computer, you need to put all *.dll from C:\Program Files (x86)\mingw-w64\i686-5.2.0-posix-dwarf-rt_v4-rev1\mingw32\bin in the same directory as oofem.exe.
-  - Run $ctest for checking OOFEM+  - Run $ctest for checking OOFEM tests
cmake.txt · Last modified: 2017/01/25 17:34 by smilauer