home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2233.zip / wxOS2-2_3_3.zip / wxWindows-2.3.3 / utils / tex2rtf / distrib / howto.txt < prev    next >
Text File  |  2002-08-09  |  716b  |  24 lines

  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.  
  24.