Add --with-gnomeprint and fix some typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -76,6 +76,7 @@ place, then do the same for wxPython.
|
|||||||
cd bld
|
cd bld
|
||||||
../configure --prefix=/opt/wx/2.6 \
|
../configure --prefix=/opt/wx/2.6 \
|
||||||
--with-gtk \
|
--with-gtk \
|
||||||
|
--with-gnomeprint \
|
||||||
--with-opengl \
|
--with-opengl \
|
||||||
--enable-debug \
|
--enable-debug \
|
||||||
--enable-geometry \
|
--enable-geometry \
|
||||||
@@ -85,7 +86,7 @@ place, then do the same for wxPython.
|
|||||||
|
|
||||||
|
|
||||||
On OS X of course you'll want to use --with-mac instead of
|
On OS X of course you'll want to use --with-mac instead of
|
||||||
--with-gtk.
|
--with-gtk and --with-gnomeprint.
|
||||||
|
|
||||||
**NOTE**: Due to a recent change there is currently a dependency
|
**NOTE**: Due to a recent change there is currently a dependency
|
||||||
problem in the multilib builds of wxWidgets on OSX, so I have
|
problem in the multilib builds of wxWidgets on OSX, so I have
|
||||||
@@ -97,7 +98,7 @@ place, then do the same for wxPython.
|
|||||||
|
|
||||||
--enable-monolithic \
|
--enable-monolithic \
|
||||||
|
|
||||||
By default GTK 2.x will be used for the build. If you woudl rather
|
By default GTK 2.x will be used for the build. If you would rather
|
||||||
use GTK 1.2.x for some reason then you can force configure to use
|
use GTK 1.2.x for some reason then you can force configure to use
|
||||||
it by changing the --with-gtk flag to specify it like this::
|
it by changing the --with-gtk flag to specify it like this::
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user