borast: Win32: Comment #define in borast-compiler-private.h
[geda-pcb/pcjc2.git] / README.w32
blob84f9ba1f9cd8b79b98fa453866b72cba3861164d
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
6 MinGW project.
8 2) Install native (non-cross) dependencies.
10 * autoconf, automake, libtool, gettext, intltool.
11 * glib and gtk+.
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).