Changeset 300

Show
Ignore:
Timestamp:
08/31/08 08:01:16 (3 years ago)
Author:
uncle_fungus
Message:

Updated documentation to note that wxGTKu is required

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/REQUIRES

    r277 r300  
    44Software for running FahMon on Linux 
    55REQUIRED 
    6 * wxGTK >=2.8.0 
     6* wxGTK >=2.8.0 (Unicode build) 
    77 
    88Software for running FahMon on Windows 
     
    2020REQUIRED 
    2121* gcc-c++ 
    22 * wxGTK >=2.8.0 
    23 * wxGTK-Devel >=2.8.0 
     22* wxGTK >=2.8.0 (unicode build) 
     23* wxGTK-Devel >=2.8.0 (unicode build) 
    2424* m4 
    2525 
     
    3030* a gettext catalog editor like poEdit or KBabel (required to edit or create new 
    3131  translations) 
     32 
     33NOTE 
     34It is possible to compile FahMon with the non-unicode versions of wxGTK, however 
     35for full compatibility with language files unicode is required. If you ony 
     36require languages that can use ansi codepages, and want to use the non-unicode 
     37version of wxGTK you will need to commend out the "--unicode" inside configure. 
    3238 
    3339Software for building FahMon on MS Windows