1 Building PCB for Windows with a MinGW cross-compiler
3 1) Install a MinGW cross-compiler.
4 On Debian and derivatives, you can type 'sudo apt-get install mingw32.'.
5 You can also build your own by using the build script provided by the
8 2) Install native (non-cross) dependencies.
10 * autoconf, automake, libtool, gettext, intltool.
13 3) Edit the w32/minipack.conf file to suit your compiler setup.
15 4) Enter the w32 directory and run ./build_all.
17 5) Wait while the script fetches and compiles the PCB dependencies and PCB itself.
19 6) Run the result with wine: wine result/bin/pcb.exe
21 7) Copy the result directory to a Windows installation (packaging script is not supplied).