]> git.saurik.com Git - wxWidgets.git/blame - BuildCVS.txt
a small cosmetic fix for single choice dialog
[wxWidgets.git] / BuildCVS.txt
CommitLineData
f6577bba
RR
1------------------------------------------------------------------------
2 How to build the sources from CVS
3------------------------------------------------------------------------
4
5I) Windows using plain makefiles
6----------------------------------------
7
8No idea, never did it.
9
10
11II) Unix using plain makefiles.
12----------------------------------------
13
14No idea, never did it.
15
16
17III) Windows using configure
18----------------------------------------
19
20No idea..
21
22
23IV) Unix using configure
24----------------------------------------
25
26a) You have all the newest and greatest GNU tools installed on your system
27and in the same directory hierachy (e.g. either all tools in /usr or all
28in /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)
32and possibly but not forcibly
33- GNU make 3.76.1
34- GNU C++ (EGCS)
35
36-> Go to the base directory
37-> type: ./autogen.sh
38
39b) You don't know what autos are and have no driver's licence anyway:
40
41-> Go to the testconf directory
42-> type: ./apply
43
44a+b) Then proceed in either case with:
45
46-> Choose a directory name that seems fit for building wxWindows, e.g. mybuild
47-> Go the base directory
48-> type: mkdir mybuild
49-> type: cd mybuild
50-> type: ../configure --with-gtk
51or type: ../configure --with-motif
52or type: ../configure --with-wine
53-> type make
54-> drink lots of coffee and go shopping
55
56
57V) MacOS
58----------------------------------------
59
60V) OS/2
61----------------------------------------
62