]> rtime.felk.cvut.cz Git - orte.git/blob - README.windows
Add checks for omk builds
[orte.git] / README.windows
1 Instructions how to compile ORTE for Windows:
2 =============================================
3
4 ORTE for windows can be compiled by MinGW and Microsoft
5 Visual C. The library providing pthread API is required
6 in both cases.
7
8
9 When ORTE is build by Microsoft Visual C the Pthreads-w32
10 should be used
11
12   http://sourceware.org/pthreads-win32/
13
14 When build by MinGW32 then current version (3.0) versions
15 of MinGW-w64 integrates winpthreads directly in the standard
16 development tools distribution
17
18   http://mingw-w64.sourceforge.net/
19
20 There is inluded local copy of winpthreads library for
21 the case that older  MinGW version is used.
22
23 The cross-compilation of ORTE from GNU/Linux system
24 ---------------------------------------------------
25
26 The Debian package mingw-w64-i686-dev provides GCC
27 cross-compiler and libraries. The actual package
28 used for the build was mingw-w64-i686-dev_3.0.0-2_all.deb.