Next: , Previous: Installation of wxGBTool on Windows (Cygwin), Up: Installation of wxGBTool on Windows (Cygwin)


3.2.1 Pre-requisitions for wxGBTool (Cygwin)

Under Cygwin, you will need to compile wxWidgets from source. In addition to the base installation of Cygwin, you will need to select the following packages (note that you already have these installed if you already compiled Nero2d):

You need wxWidgets version 2.6 or higher. Download the latest stable MSW flavor of wxWidgets from http://www.wxwidgets.org. Unzip the .zip and compile as follows

     ./configure --with-msw --disable-shared --enable-optimized
     make
     make install

wxWidgets is now ready for use.