]> git.saurik.com Git - wxWidgets.git/blame - BuildCVS.txt
Added missing SetGridCursor function
[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
a353a0be
RD
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
f6577bba 20
2662e49e
RR
21You'll need the compiler itself which is available from
22
23 http://www.cygwin.com
24
a353a0be
RD
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
2662e49e 28
2662e49e
RR
29 http://agnes.dida.physik.uni-essen.de/~janjaap/mingw32
30
c45a644e
RR
31