diff --git a/ThirdParty/mingwBuild/build.sh b/ThirdParty/mingwBuild/build.sh index d095c5443..c27199fa6 100644 --- a/ThirdParty/mingwBuild/build.sh +++ b/ThirdParty/mingwBuild/build.sh @@ -158,7 +158,9 @@ build_library() { download $PACKAGE.zip ftp://sourceware.org/pub/pthreads-win32/pthreads-w32-2-9-1-release.zip > $LOG_FILE 2>&1 unzip_dir $PACKAGE >> $LOG_FILE 2>&1 patch $PACKAGE + sleep 5 mv $PACKAGE $INSTALL_DIR + sleep 5 ;; metis-5.1.0) diff --git a/doc/buildInstructions/Windows/READMEBinaryPackage.txt b/doc/buildInstructions/Windows/READMEBinaryPackage.txt index 39d86da88..4e545b2e0 100644 --- a/doc/buildInstructions/Windows/READMEBinaryPackage.txt +++ b/doc/buildInstructions/Windows/READMEBinaryPackage.txt @@ -77,10 +77,11 @@ INSTRUCTIONS ON HOW TO INSTALL AND RUN THE WINDOWS VERSION OF FOAM-EXTEND cd /d decomposePar mpirun -np 4 sonicFoam.exe -parallel + reconstructPar 6) To post-process the results using ParaView, just run "parafoam" in the case directory: cd /d - parafoam + paraFoam This will create a temporary .foam file in the case directory and automatically launch ParaView.