Bump the version number in configure.ac to 1.0.5
[moonshot-ui.git] / README.windows
index 2872549..86cd636 100644 (file)
@@ -28,7 +28,7 @@ You will also need to install the following tools:
 
   * ImageMagick (for converting .svg icons to .png in 'make icons'):
 
-     http://www.imagemagick.org/download/binaries/ImageMagick-6.6.9-10-Q16-windows-dll.exe
+     http://www.imagemagick.org/download/binaries/ImageMagick-6.7.3-7-Q16-windows-dll.exe
 
 I suggest you put all these things in their default locations (the installers
 will sometimes ignore attempts to install them in other places).
@@ -59,7 +59,7 @@ MIDL.EXE and the RPC API to make it usable from gcc.
 You can then configure moonshot from the MSYS shell:
 
   ACLOCAL="aclocal -I/c/build/share/aclocal" PKG_CONFIG_PATH=/c/build/lib/pkgconfig \
-    ./autogen.sh --disable-maintainer-mode
+    ./autogen.sh --disable-maintainer-mode --prefix=/c/build
 
 The configure script looks for various tools that it may not be able to locate
 automatically. In these cases you will get an error message, and you can set the
@@ -76,6 +76,9 @@ If this succeeds, you're ready to build!
   make icons
   make installer
 
+The icons and installer targets make a few assumptions based on the install
+prefix. You may have to edit Makefile.am to edit the paths if you haven't
+followed the instructions exactly.
 
 Weird things that might go wrong
 --------------------------------