Set artist image squared, to avoid redraw/scale errors
[gmpc.git] / README.WIN32
blobbe08dfa80024a8e9d28c85df8d0cbaffbe197c8c
1 Building for win32...
3 1] ./autogen.sh --host=mingw32 --disable-trayicon --disable-mmkeys
4 2] make
5 3] ln -s libmpd-0.dll
6 4] ln -s libregex.dll
7 5] makensisw.exe gmpc.nsi
10 To autogen/configure/build you will need to have gladewin32 installed (see gladewin32.sf.net) and have pkg-config find it (PKG_CONFIG_PATH). The installer runs fine in wine.
12 You'll also need libmpd for mingw32 installed, and again pkg-config needs to be able to find it.
14 ad 3 & 4. The gmpc.nsi installer script expects to find these dlls in the build dir. 
16 ad 4. libregex is ported to win32. get the patch from http://www.textsure.net/~ela/download/regex-0.12-MinGW.tar.gz and the original source from gnu.org
17 http://ftp.gnu.org/pub/gnu/regex/regex-0.12.tar.gz. build it for ming32 and install it where you can find it...
19 ad 5. makensisw.exe comes with nsis (nsis.sf.net) and runs fine in wine.