X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..2fc2d511d0f095ab5de3713cff6042832f886d15:/docs/tech/tn0013.txt?ds=sidebyside diff --git a/docs/tech/tn0013.txt b/docs/tech/tn0013.txt index 070b5deac3..ac09dda044 100644 --- a/docs/tech/tn0013.txt +++ b/docs/tech/tn0013.txt @@ -8,6 +8,9 @@ This note explains what should be done, step by step, to prepare the packages for a wxGTK distribution. Note that the same instructions should be used for the other Unix-based ports including wxMotif, wxX11 and wxBase. +See distrib/msw/makerpm for a script that embodies some of the steps +below. + 1. Preparing the sources ------------------------ @@ -96,6 +99,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