Moved webprovisioning sample
[moonshot-ui.git] / README.windows
index d984f35..ff5af82 100644 (file)
@@ -43,12 +43,19 @@ extract into c:\tools\mingw:
 (Alternately you can fetch the source for the w32api package from
  www.sourceforge.net/projects/mingw and apply the patch yourself)
 
-You will need to compile and install the msrpc-mingw package.
+You will need to compile and install the msrpc-mingw package, which wraps
+MIDL.EXE and the RPC API to make it usable from gcc.
+
+  git clone git://github.com/ssssam/msrpc-mingw.git
+  cd msrpc-mingw
+  MIDL=/c/Program\ Files/Microsoft SDKs/Windows/v7.0/bin/MIDL.exe ./waf configure --prefix=c:/build
+  ./waf
+  ./waf install
 
 You can then build moonshot from the MSYS shell:
 
   ACLOCAL="aclocal -I/c/build/share/aclocal" PKG_CONFIG_PATH=/c/build/lib/pkgconfig \
-  ./autogen.sh --prefix=/c/build --disable-maintainer-mode
+  ./autogen.sh --disable-maintainer-mode
   make
   make icons
   make installer
@@ -66,5 +73,3 @@ of any component:
 
 # Sometimes TMP is set and this breaks some of the tools
 export TMP=
-
-# Make