Both sides previous revision Previous revision Next revision | Previous revision |
install:compile_cygwin [2008/12/05 19:27] – 150.162.49.217 | install:compile_cygwin [2010/12/03 09:30] (current) – old revision restored eros |
---|
| |
In the long term, we hope to offer a native Windows port of the CWB. Please join the [[http://devel.sslmit.unibo.it/mailman/listinfo/cwb|CWBdev mailing list]] if you would be interested to work on this port. | In the long term, we hope to offer a native Windows port of the CWB. Please join the [[http://devel.sslmit.unibo.it/mailman/listinfo/cwb|CWBdev mailing list]] if you would be interested to work on this port. |
| |
| |
| |
* ''libncurses-devel'' | * ''libncurses-devel'' |
* ''make'' | * ''make'' |
| * ''perl'' |
| |
We recommend to install the simple text editor ''nano'' (from the //Editors// section) for editing configuration files, but you can also use your favourite Windows text editor. | We recommend to install the simple text editor ''nano'' (from the //Editors// section) for editing configuration files, but you can also use your favourite Windows text editor. |
| |
**Important note:** In principle, you can unpack the CWB source code anywhere you like, but //don't put it on a network drive// (we've encountered some weird errors there) and make sure that the directory path //does not contain blanks// (which will happen e.g. if you put the source code on your Desktop). The best solution is probably to keep the source code somewhere in the Cygwin directory tree, e.g. your Cygwin home directory. | **Important note:** In principle, you can unpack the CWB source code anywhere you like, but //don't put it on a network drive// (we've encountered some weird errors there) and make sure that the directory path //does not contain blanks// (which will happen e.g. if you put the source code on your Desktop). The best solution is probably to keep the source code somewhere in the Cygwin directory tree, e.g. your Cygwin home directory. |
| |
| |
===== Edit the makefile ===== | ===== Edit the makefile ===== |
</code> | </code> |
| |
Otherwise, navigate to the ''cwb-3.0'' directory in Windows Explorer and open the file ''config.mk'' with a text editor. | Otherwise, navigate to the ''cwb-XXXXXX'' directory in Windows Explorer and open the file ''config.mk'' with a text editor. |
| |
In the **platform** directive, insert //cygwin// | In the **platform** directive, insert //cygwin// |