]>
Commit | Line | Data |
---|---|---|
f6577bba RR |
1 | ------------------------------------------------------------------------ |
2 | How to build the sources from CVS | |
3 | ------------------------------------------------------------------------ | |
4 | ||
5 | I) Windows using plain makefiles | |
6 | ---------------------------------------- | |
7 | ||
a353a0be RD |
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 | |
f6577bba | 20 | |
2662e49e RR |
21 | You'll need the compiler itself which is available from |
22 | ||
23 | http://www.cygwin.com | |
24 | ||
a353a0be RD |
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 | |
2662e49e | 28 | |
2662e49e RR |
29 | http://agnes.dida.physik.uni-essen.de/~janjaap/mingw32 |
30 | ||
c45a644e RR |
31 |