From: <pst...@us...> - 2011-03-28 23:27:47
|
Revision: 838 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=838&view=rev Author: pstieber Date: 2011-03-28 23:27:41 +0000 (Mon, 28 Mar 2011) Log Message: ----------- Made cosmetic changes. Modified Paths: -------------- tex2rtf/distrib/howto.txt Modified: tex2rtf/distrib/howto.txt =================================================================== --- tex2rtf/distrib/howto.txt 2011-03-23 00:39:31 UTC (rev 837) +++ tex2rtf/distrib/howto.txt 2011-03-28 23:27:41 UTC (rev 838) @@ -1,23 +1,20 @@ 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 +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 + 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 :-( +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. +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 - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |