]>
Commit | Line | Data |
---|---|---|
f6577bba RR |
1 | ------------------------------------------------------------------------ |
2 | How to build the sources from CVS | |
3 | ------------------------------------------------------------------------ | |
4 | ||
5 | I) Windows using plain makefiles | |
6 | ---------------------------------------- | |
7 | ||
6a570331 | 8 | a) Using the GNU MinGW32 or GNU CygWin32 compilers |
f6577bba | 9 | |
2662e49e RR |
10 | You'll need the compiler itself which is available from |
11 | ||
12 | http://www.cygwin.com | |
13 | ||
6a570331 RR |
14 | When using MingW32 you'll need GNU make which is part of |
15 | part of the CygWin32 toolchain and is also available as | |
16 | a stand alone port without the infamous Cygwin.dll from | |
2662e49e | 17 | |
2662e49e RR |
18 | http://agnes.dida.physik.uni-essen.de/~janjaap/mingw32 |
19 | ||
c45a644e RR |
20 |