Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| install:compile_cygwin [2008/08/25 13:37] – 92.252.45.110 | install:compile_cygwin [2010/12/03 09:30] (current) – old revision restored eros | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Compiling CWB from source under Windows ====== | ====== Compiling CWB from source under Windows ====== | ||
| - | Compilation and installation of CWB version | + | Compilation and installation of CWB version |
| + | |||
| + | |||
| + | |||
| + | |||
| + | ===== Status of the Cywgin port ===== | ||
| + | |||
| + | The Cygwin port of the CWB is **experimental**. | ||
| + | |||
| + | The problems we have encountered may be due to limitations in the virtual memory management of Windows and the Cygwin emulation layer manage. | ||
| + | |||
| + | In the long term, we hope to offer a native Windows port of the CWB. Please join the [[http:// | ||
| Line 12: | Line 24: | ||
| * '' | * '' | ||
| * '' | * '' | ||
| + | * '' | ||
| + | * '' | ||
| We recommend to install the simple text editor '' | We recommend to install the simple text editor '' | ||
| - | |||
| - | |||
| ===== Getting the source code ===== | ===== Getting the source code ===== | ||
| - | Get the source code from [[http://cwb.sourceforge.net/ | + | Get the source code from [[http:// |
| <code bash> | <code bash> | ||
| - | tar xf cwb-XXXXXX.tgz | + | tar xf cwb-XXXXXX.tgz |
| </ | </ | ||
| Line 29: | Line 41: | ||
| <code bash> | <code bash> | ||
| - | cd cwb-3.0 | + | cd cwb-XXXXXX (current version 2.2.b99-RC1) |
| </ | </ | ||
| **Important note:** In principle, you can unpack the CWB source code anywhere you like, but // | **Important note:** In principle, you can unpack the CWB source code anywhere you like, but // | ||
| + | |||
| ===== Edit the makefile ===== | ===== Edit the makefile ===== | ||
| Line 42: | Line 55: | ||
| </ | </ | ||
| - | Otherwise, navigate to the '' | + | Otherwise, navigate to the '' |
| In the **platform** directive, insert //cygwin// | In the **platform** directive, insert //cygwin// | ||