File: README.w32

package info (click to toggle)
pcb 20140316-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 22,212 kB
  • ctags: 16,012
  • sloc: ansic: 123,955; sh: 7,306; yacc: 5,087; pascal: 4,118; makefile: 1,559; perl: 552; lex: 438; awk: 157; lisp: 86; tcl: 63; xml: 20
file content (22 lines) | stat: -rw-r--r-- 705 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Building PCB for Windows with a MinGW cross-compiler

1) Install a MinGW cross-compiler.
On Debian and derivatives, you can type 'sudo apt-get install mingw32.'.
You can also build your own by using the build script provided by the
MinGW project.

2) Install native (non-cross) dependencies.

* autoconf, automake, libtool, gettext, intltool.
* glib and gtk+.

3) Edit the w32/minipack.conf file to suit your compiler setup.

4) Enter the w32 directory and run ./build_all.

5) Wait while the script fetches and compiles the PCB dependencies and PCB itself.

6) Run the result with wine: wine result/bin/pcb.exe

7) Copy the result directory to a Windows installation (packaging script is not supplied).