1 ------------------------------------------------------------------------
2 How to build the sources from CVS
3 ------------------------------------------------------------------------
5 I) Windows using plain makefiles
6 ----------------------------------------
11 II) Unix using plain makefiles.
12 ----------------------------------------
14 No idea, never did it.
17 III) Windows using configure
18 ----------------------------------------
23 IV) Unix using configure
24 ----------------------------------------
26 a) You have all the newest and greatest GNU tools installed on your system
27 and in the same directory hierachy (e.g. either all tools in /usr or all
28 in /usr/local), these tools are:
29 - GNU libtool 1.2e (1.3 doesn't work here)
30 - GNU autoconf 2.14 (including autoheader 2.14)
31 - GNU automake 1.4 (including aclocal 1.4)
32 and possibly but not forcibly
36 -> Go to the base directory
39 b) You don't know what autos are and have no driver's licence anyway:
41 -> Go to the testconf directory
44 a+b) Then proceed in either case with:
46 -> Choose a directory name that seems fit for building wxWindows, e.g. mybuild
47 -> Go the base directory
48 -> type: mkdir mybuild
50 -> type: ../configure --with-gtk
51 or type: ../configure --with-motif
52 or type: ../configure --with-wine
54 -> drink lots of coffee and go shopping
58 ----------------------------------------
61 ----------------------------------------