]> git.saurik.com Git - wxWidgets.git/commitdiff
how to build new RPMs
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 20 Aug 2003 09:50:17 +0000 (09:50 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 20 Aug 2003 09:50:17 +0000 (09:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/tech/tn0013.txt

index 070b5deac343302c6346674d2767ad4122377e35..88b46cd3a067b9e667d84c2a2a2b972b822ca640 100644 (file)
@@ -96,6 +96,8 @@ b) Start RPM build by going to RPM_ROOT directory and typing "rpm -ba
    RPMS/i386/wxGTK-gl-${version}-1.i386.rpm
    RPMS/i386/wxGTK-static-${version}-1.i386.rpm
 
+   Use "rpm -ba --with gtk2" to build GTK+2 version of wxGTK and use
+   "rpm -ba --with gtk2 --with unicode" to build GTK+2 Unicode build.
 
    Note: you may want to set the environment variable SMP to 3 or 4 on an
          SMP machine to speed up the build (it uses "make -j$SMP" if the