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 Set WXWIN environment variable to the base directory such
17 -> type: export WXWIN=~/wxWindows
19 Edit ~/wxWindows/src/make.env as you wish.
20 -> type: cd ~/wxWindows/src/gtk
21 -> type: cp ./setup0.h setup.h
22 -> type: make -f makefile.unx gtk
25 III) Windows using configure
26 ----------------------------------------
31 IV) Unix using configure
32 ----------------------------------------
34 a) You have all the newest and greatest GNU tools installed on your system
35 and in the same directory hierachy (e.g. either all tools in /usr or all
36 in /usr/local), these tools are:
37 - GNU libtool 1.2e (1.3 doesn't work here)
38 - GNU autoconf 2.13 (including autoheader 2.13)
39 - GNU automake 1.4 (including aclocal 1.4)
40 and possibly but not forcibly
44 -> Go to the base directory
47 b) You don't know what autos are and have no driver's licence anyway:
49 -> Go to the testconf directory
52 a+b) Then proceed in either case with:
54 -> Choose a directory name that seems fit for building wxWindows, e.g. mybuild
55 -> Go the base directory
56 -> type: mkdir mybuild
58 -> type: ../configure --with-gtk
59 or type: ../configure --with-motif
60 or type: ../configure --with-wine
62 -> drink lots of coffee and go shopping
66 ----------------------------------------
69 ----------------------------------------