Salome HOME
Added support for Microsoft Visual C++ (also experimental)
[tools/libbatch.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index faefda45d59cf1fe76fb122c93df352a2ddd92bc..24fdc8c1418ba08916682fa7f3a227ad9f2c6b35 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -147,8 +147,9 @@ First you will need to install a library providing pthread implementation. For
 this we tested Pthreads-win32 (http://sourceware.org/pthreads-win32/) but other
 implementations may exist.
 
-You will also need a compiler for Win32 platform. We tested MinGW and MSYS
-utilities (http://www.mingw.org/) but another compiler might also work.
+You will also need a compiler for Win32 platform. We tested MinGW with MSYS
+environment (http://www.mingw.org/), and Microsoft Visual C++ 2005 Express.
+Other compilers might also work but it is not guaranteed.
 
 Then you will have to install and run CMake, and you should be able to compile
 libBatch and run some basic examples.