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