summaryrefslogtreecommitdiffstats
path: root/README.WIN32
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2004-08-03 12:30:28 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2004-08-03 12:30:28 +0000
commit893202844205390f040cd9463f9365dca08f0591 (patch)
tree7f734beb5a3bd3caff1adf2fa9be681ed2444c33 /README.WIN32
parent221e206eec018d1b8ddb7966d663e8bac2985dd0 (diff)
downloadlasso-893202844205390f040cd9463f9365dca08f0591.tar.gz
lasso-893202844205390f040cd9463f9365dca08f0591.tar.xz
lasso-893202844205390f040cd9463f9365dca08f0591.zip
Updated Python test04.
Tell the poor win32 user that he can't test the software
Diffstat (limited to 'README.WIN32')
-rw-r--r--README.WIN3210
1 files changed, 8 insertions, 2 deletions
diff --git a/README.WIN32 b/README.WIN32
index ef18d1f1..5044f918 100644
--- a/README.WIN32
+++ b/README.WIN32
@@ -7,9 +7,15 @@ Compile
Launch:
-./autogen.sh --host=i686-pc-mingw32 --with-pkg-config-path=/usr/local/lib/pkgconfig
+::
+
+./autogen.sh --disable-tests --host=i686-pc-mingw32 --with-pkg-config-path=/usr/local/lib/pkgconfig
+
+and next ``make`` ;)
+
+.. note:: The ``--disable-tests`` is mandatory for Win32, because C tests use a software named
+ "Check" that requires a POSIX OS.
-and next make ;)
Know bugs
=========