1Building PCB for Windows with a MinGW cross-compiler 2 31) Install a MinGW cross-compiler. 4On Debian and derivatives, you can type 'sudo apt-get install mingw32.'. 5You can also build your own by using the build script provided by the 6MinGW project. 7 8On NetBSD use the cross/mingw package. 9 102) Install native (non-cross) dependencies. 11 12* autoconf 13* automake 14* libtool, gettext, intltool. 15* glib and gtk+. 16* wget (used for fetching tarballs) 17* wine (the tiff build fails without it) 18 193) Edit the w32/minipack.conf file to suit your compiler setup. 20 FIXME -- can we make this take arguments? 21 224) Copy the pcb tarball to w32/sources 23 245) Enter the w32 directory and run ./build_all. 25 266) Wait while the script fetches and compiles the PCB dependencies and PCB itself. 27 287) Run the result with wine: wine result/bin/pcb.exe 29 [NOTE: This didn't work for me but copying everything to an actual windows machine worked] 30 318) Copy the result directory to a Windows installation (packaging script is not supplied). 32 33