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