]> rtime.felk.cvut.cz Git - orte.git/blobdiff - README.windows
Update of local copy of Windows pthreads library to MinGW-w64 winpthreads.
[orte.git] / README.windows
diff --git a/README.windows b/README.windows
new file mode 100644 (file)
index 0000000..fd458ce
--- /dev/null
@@ -0,0 +1,28 @@
+Instructions how to compile ORTE for Windows:
+=============================================
+
+ORTE for windows can be compiled by MinGW and Microsoft
+Visual C. The library providing pthread API is required
+in both cases.
+
+
+When ORTE is build by Microsoft Visual C the Pthreads-w32
+should be used
+
+  http://sourceware.org/pthreads-win32/
+
+When build by MinGW32 then current version (3.0) versions
+of MinGW-w64 integrates winpthreads directly in the standard
+development tools distribution
+
+  http://mingw-w64.sourceforge.net/
+
+There is inluded local copy of winpthreads library for
+the case that older  MinGW version is used.
+
+The cross-compilation of ORTE from GNU/Linux system
+---------------------------------------------------
+
+The Debian package mingw-w64-i686-dev provides GCC
+cross-compiler and libraries. The actual package
+used for the build was mingw-w64-i686-dev_3.0.0-2_all.deb.