From 893202844205390f040cd9463f9365dca08f0591 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Tue, 3 Aug 2004 12:30:28 +0000 Subject: Updated Python test04. Tell the poor win32 user that he can't test the software --- README.WIN32 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'README.WIN32') 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 ========= -- cgit