From e5b487711611f8da7a36c36598e909ea1e772984 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 9 Aug 2002 09:35:45 +0000 Subject: [PATCH] Added brief explanation about building RPMs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/tex2rtf/distrib/howto.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 utils/tex2rtf/distrib/howto.txt diff --git a/utils/tex2rtf/distrib/howto.txt b/utils/tex2rtf/distrib/howto.txt new file mode 100644 index 0000000000..7931c02f6f --- /dev/null +++ b/utils/tex2rtf/distrib/howto.txt @@ -0,0 +1,23 @@ +How to make an RPM distribution of Tex2RTF +================================================== + +You can make the RPM with standard commands: first make source tarball +with zipsrc.sh and then run + + rpm -ta tex2rtf-2.01-source.tar.bz2 + +to create both tex2rtf-2.01-1.src.rpm and tex2rtf-2.01-1.$(arch).rpm + +This builds the Tex2RTF binary using wxBase. + +Note that the 2.01 binaries have been built in completely +different ways right now :-( + +The RPM has been built with wxBase, and the .tar.gz +distribution has been built using wxGTK (but with no +UI). All command-line versions should be built +with wxBase in future, since the wxBase one is +smaller. + +Julian Smart/Vaclav Slavik, August 2002 +