]> rtime.felk.cvut.cz Git - orte.git/commitdiff
Update README.windows
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 28 Oct 2013 21:05:08 +0000 (22:05 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 28 Oct 2013 21:05:08 +0000 (22:05 +0100)
README
README.windows

diff --git a/README b/README
index cafe3478cfe133c05a8cc0b1078b910dd9736d77..2b09e0d7fa39a17821f773f12b17ff62951fad41 100644 (file)
--- a/README
+++ b/README
@@ -11,11 +11,11 @@ which is build on top of the standard UDP stack.
 Which targets are supported by ORTE?
 -----------------------------------
 UNIX - Linux, Solars, MacOS, FreeBSD
-Windows - MinGW, CygWin, MSVC, PharLap, ReactOS, Wine
+Windows - MinGW, CygWin, MSVC, PharLap, ReactOS, Wine (see README.windows)
 RTLinux - with preliminary UDP stack
 RTAI - with RTNet
 JAVA
-Android - see README.android
+Android (see README.android)
 RTEMS
 Blackberry
 
index fd458ce427e7e6328025d1bb4423dcf6ff3af800..a22b9b6761bf1ea736a58d031bf9f5c214fcae96 100644 (file)
@@ -1,28 +1,29 @@
-Instructions how to compile ORTE for Windows:
-=============================================
+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.
+ORTE for Windows can be compiled by MinGW or Microsoft Visual C. A
+library providing the pthread API is required in both cases.
 
-
-When ORTE is build by Microsoft Visual C the Pthreads-w32
+When ORTE is built 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
+When built by MinGW then starting from MinGW-w64 3.0, the winpthreads
+library is already integrated in the MinGW distribution
 
   http://mingw-w64.sourceforge.net/
 
-There is inluded local copy of winpthreads library for
-the case that older  MinGW version is used.
+We inlude a local copy of winpthreads library for the case that an
+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.
+The Debian package mingw-w64-i686-dev provides GCC cross-compiler and
+libraries. After installing that package, one can compile orte for
+windows as follows:
+
+  ./configure --host=i686-w64-mingw32 CC=i686-w64-mingw32-gcc
+  make
+  make install