View | Details | Raw Unified | Return to bug 144090
Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +3 lines)
Line  Link Here
0
-- README.unicode.orig
0
++ README.unicode
Lines 9-17 Link Here
9
9
10
If you want to compile application using wxWidgets, it will by default use
10
If you want to compile application using wxWidgets, it will by default use
11
unicode version, in case it doesn't compile (you get errors about wrong
11
unicode version, in case it doesn't compile (you get errors about wrong
12
conversion to wxString and simmilar), you can use non-unicode version by
12
conversion to wxString and simmilar), you can pass parameter --unicode=[yes|no]
13
forcing configure/Makefiles to use wxgtk2-2.5-config instead of wx-config
13
to wx-config to select wanted wxGTK version.
14
script or you can pass parameter --unicode=[yes|no] to wx-config to select
15
wanted wxGTK version.
16
14
17
Non-unicode libraries are shipped in separate package - wxGTK-compat
15
Non-unicode libraries are shipped in separate package - wxGTK-compat

Return to bug 144090