1
1

Update and add README.WINDOWS into the tarball, didn't notice it before. :-(

This commit was SVN r21932.
Этот коммит содержится в:
Shiqing Fan 2009-09-03 11:08:03 +00:00
родитель e1fe03ad44
Коммит bc83a40ae5
2 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@ -18,7 +18,7 @@
#
SUBDIRS = config contrib $(MCA_PROJECT_SUBDIRS) test
EXTRA_DIST = README INSTALL VERSION Doxyfile LICENSE autogen.sh CMakeLists.txt
EXTRA_DIST = README INSTALL VERSION Doxyfile LICENSE autogen.sh CMakeLists.txt README.WINDOWS
include examples/Makefile.include

Просмотреть файл

@ -23,9 +23,8 @@ the software.
First approach: Using CMake
NOTE: CMake support will be available in on the Open MPI development
trunk and at some point in the Open MPI 1.3.x series (it is not
available in Open MPI v1.3.0).
NOTE: CMake support is available in the Open MPI development
trunk and 1.3.3 release.
1. Download the latest version of CMake (at least v2.4).
@ -42,6 +41,9 @@ available in Open MPI v1.3.0).
5. Go to the build directory, open the generated Windows solution
file, and compile.
6. To generate a installer, you should install NSIS, and build the
'PACKAGE' project in the Open MPI sulotion.
----------------------------------------------------------------------------
Second approach: Simple and straightforward