Commit be5316b480f8a0c01053f44dbfc89247d3168445

Con Kolivas 2012-12-07T10:40:13

Update windows build instructions.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/windows-build.txt b/windows-build.txt
index 13cbf3d..7fcd0af 100644
--- a/windows-build.txt
+++ b/windows-build.txt
@@ -230,8 +230,7 @@ Another way is to type "cd libusb" and then press the tab key; It will auto fill
 Type the lines below one at a time. Look for problems after each one before going on
 to the next.
 
-./autogen.sh --disable-debug-log
-./configure --prefix=/MinGW
+./autogen.sh --disable-debug-log --prefix=/MinGW
 make
 make install