]> git.saurik.com Git - wxWidgets.git/blame_incremental - BuildCVS.txt
Large parts rewritten and reorganized
[wxWidgets.git] / BuildCVS.txt
... / ...
CommitLineData
1------------------------------------------------------------------------
2 How to build the sources from CVS
3------------------------------------------------------------------------
4
5I) Windows using plain makefiles
6----------------------------------------
7
8a) If using Microsoft Visual C++ 5.0 or 6.0
9
10Ensure that the command-line compiler and tools (including
11nmake) are installed and ready to run. Depending on your
12installation there may be a batch file (named something like
13VCVARS32.BAT) that needs to be run to set correct environment
14varaibles and PATH entries.
15
16Continue with item c) below.
17
18
19b) If using the GNU MinGW32 or GNU CygWin32 compilers
20
21You'll need the compiler itself which is available from
22
23 http://www.cygwin.com
24
25When using MingW32 you'll need GNU make which is a part
26of the CygWin32 toolchain and is also available as a stand
27alone port without the infamous Cygwin.dll from
28
29 http://agnes.dida.physik.uni-essen.de/~janjaap/mingw32
30
31