Changeset 300
- Timestamp:
- 08/31/08 08:01:16 (3 years ago)
- Files:
-
- trunk/REQUIRES (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/REQUIRES
r277 r300 4 4 Software for running FahMon on Linux 5 5 REQUIRED 6 * wxGTK >=2.8.0 6 * wxGTK >=2.8.0 (Unicode build) 7 7 8 8 Software for running FahMon on Windows … … 20 20 REQUIRED 21 21 * 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) 24 24 * m4 25 25 … … 30 30 * a gettext catalog editor like poEdit or KBabel (required to edit or create new 31 31 translations) 32 33 NOTE 34 It is possible to compile FahMon with the non-unicode versions of wxGTK, however 35 for full compatibility with language files unicode is required. If you ony 36 require languages that can use ansi codepages, and want to use the non-unicode 37 version of wxGTK you will need to commend out the "--unicode" inside configure. 32 38 33 39 Software for building FahMon on MS Windows
