X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f1f5f16f780bb41aa2ea24ccbf728f14c86cc475..f04f570fd23deca0ee5ac90ebbda8fbe89f1b9e7:/docs/dfb/install.txt?ds=inline diff --git a/docs/dfb/install.txt b/docs/dfb/install.txt index 5e6f3100e4..d80ef9d6a1 100644 --- a/docs/dfb/install.txt +++ b/docs/dfb/install.txt @@ -23,39 +23,11 @@ Please refer to e.g. wxGTK's install.txt for details if you are unfamiliar with configure. When configuring, use the --with-directfb option instead of e.g. --with-gtk -to specify that the wxDFB port should be built. You'll also need to disable -wxWidgets features that don't work in wxDFB yet: - -$ ./configure --with-directfb \ - --with-themes=mono \ - --disable-accel \ - --disable-display \ - --disable-palette \ - --disable-dataobj \ - --disable-popupwin \ - --disable-help \ - --disable-combobox \ - --disable-menus \ - --disable-mdi \ - --disable-mdidoc \ - --disable-docview \ - --disable-printarch \ - --disable-calendar \ - --disable-choice \ - --disable-choicebook \ - --disable-dirdlg \ - --disable-filedlg \ - --disable-fontdlg \ - --disable-filepicker \ - --disable-dirpicker \ - --disable-fontpicker \ - --disable-datepick \ - --disable-hyperlink \ - --disable-aui \ - --disable-richtext \ - --disable-fontmap \ - --disable-xrc \ - --disable-html +to specify that the wxDFB port should be built. You may also need to disable +wxUniv themes that don't work in wxDFB yet (alternatively you can set the +WXTHEME environment variable to "mono"): + +$ ./configure --with-directfb --with-themes=mono $ make