windows build script
authorKevin Wasserman <krwasserman@hotmail.com>
Thu, 29 Jan 2015 19:05:20 +0000 (14:05 -0500)
committerKevin Wasserman <krwasserman@hotmail.com>
Thu, 29 Jan 2015 19:05:20 +0000 (14:05 -0500)
win-build [new file with mode: 0644]

diff --git a/win-build b/win-build
new file mode 100644 (file)
index 0000000..082cbbe
--- /dev/null
+++ b/win-build
@@ -0,0 +1,5 @@
+# !/bin/sh
+autoreconf -f -i
+./configure
+make
+# ? make install
\ No newline at end of file