added FM and wx-announce to the last section

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-12-11 14:32:28 +00:00
parent edc8bd8df3
commit d1cd84e787

View File

@@ -1,5 +1,5 @@
How to prepare wxGTK distribution How to prepare wxGTK distribution
================================= =================================
0. Introduction 0. Introduction
--------------- ---------------
@@ -12,7 +12,7 @@ for a wxGTK distribution.
a) Do a fresh checkout using the command a) Do a fresh checkout using the command
cvs -d :pserver:anoncvs@cvs.wxwindows.org:/home/wxcvs co wxGTK cvs -d :pserver:anoncvs@cvs.wxwindows.org:/home/wxcvs co wxGTK
NB: if you realize later that some needed files were not checked out NB: if you realize later that some needed files were not checked out
by this command, please modify CVSROOT/modules to include the missing by this command, please modify CVSROOT/modules to include the missing
@@ -37,12 +37,12 @@ b) Create a build directory under wxWindows, e.g. I use "gtk-release",
Note 1: "-j1" is needed now because make dist target is broken and doesn't Note 1: "-j1" is needed now because make dist target is broken and doesn't
allow parallelizing, if your make is aliased to "make -j4" (like allow parallelizing, if your make is aliased to "make -j4" (like
mine), it simply won't work. mine), it simply won't work.
Note 2; there are also dist-only and bzip-dist targets, the "-only" suffix Note 2; there are also dist-only and bzip-dist targets, the "-only" suffix
means to just create the archive supposing that the files means to just create the archive supposing that the files
themselves are already under _dist_dir/wxGTK-${version} where themselves are already under _dist_dir/wxGTK-${version} where
"make dist" creates them "make dist" creates them
2. Building the RPMs 2. Building the RPMs
-------------------- --------------------
@@ -87,7 +87,12 @@ b) Start RPM build by going to RPM_ROOT directory and typing "rpm -bb
RPMS/i386/wxGTK-gl-${version}-1.i386.rpm RPMS/i386/wxGTK-gl-${version}-1.i386.rpm
RPMS/i386/wxGTK-static-${version}-1.i386.rpm RPMS/i386/wxGTK-static-${version}-1.i386.rpm
3. Uploading the files 3. Building the DEBs
--------------------
[Ron is doing this]
4. Uploading the files
---------------------- ----------------------
All 11 files should be uploaded (via FTP) to several locations. All 11 files should be uploaded (via FTP) to several locations.
@@ -95,9 +100,13 @@ All 11 files should be uploaded (via FTP) to several locations.
a) incoming.sourceforge.net, go to project admin page on sf.net and choose a) incoming.sourceforge.net, go to project admin page on sf.net and choose
add/edit releases for more details add/edit releases for more details
b) ftp.remstar.com b) ftp.remstar.com (Julian has the password)
4. Announcing the release 5. Announcing the release
------------------------- -------------------------
TODO a) FreshMeat: http://freshmeat.net/projects/wxwindowsgtk/
b) wx-announce mailing list: mailto:wx-announce@lists.wxwindows.org
[where is the announcement text? TODO]