]> git.saurik.com Git - wxWidgets.git/blame - utils/tex2rtf/distrib/howto.txt
fixed bakefile so that in-tree headers take precedence over system-installed ones
[wxWidgets.git] / utils / tex2rtf / distrib / howto.txt
CommitLineData
e5b48771
JS
1How to make an RPM distribution of Tex2RTF
2==================================================
3
4You can make the RPM with standard commands: first make source tarball
5with zipsrc.sh and then run
6
7 rpm -ta tex2rtf-2.01-source.tar.bz2
8
9to create both tex2rtf-2.01-1.src.rpm and tex2rtf-2.01-1.$(arch).rpm
10
11This builds the Tex2RTF binary using wxBase.
12
13Note that the 2.01 binaries have been built in completely
14different ways right now :-(
15
16The RPM has been built with wxBase, and the .tar.gz
17distribution has been built using wxGTK (but with no
18UI). All command-line versions should be built
19with wxBase in future, since the wxBase one is
20smaller.
21
22Julian Smart/Vaclav Slavik, August 2002
23