This is the mail archive of the frysk@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Update list of packages required to build frysk


Stan Cox wrote:

> Would you mind changing a typo in that file while you are in the
> neighborhood?
> 
Sure.  ispell found a couple more.  OK?


? 20060208-add-xmlto.diff
Index: index.html
===================================================================
RCS file: /cvs/frysk/htdocs/build/index.html,v
retrieving revision 1.52
diff -d -u -p -r1.52 index.html
--- index.html	30 Jan 2006 22:47:00 -0000	1.52
+++ index.html	8 Feb 2006 16:44:46 -0000
@@ -35,7 +35,7 @@ from CVS, on a number of systems.
 
 <p>
 First you will need to set up your system's build environment so that
-all its prerequesits are met.
+all its prerequisites are met.
 </p>
 
 <dl>
@@ -45,8 +45,8 @@ all its prerequesits are met.
 <dd>
 
 Red Hat Enterprise Linux 4 Update 3 includes <tt>gcc4</tt> and
-<tt><em>frysk</em></tt> RPM's that include everything needed to build
-<em>frysk</em> from CVS; just install those RPM's. <br> If you've an
+<tt><em>frysk</em></tt> RPMs that include everything needed to build
+<em>frysk</em> from CVS; just install those RPMs. <br> If you've an
 earlier RHEL 4 release, sources for the compiler and <em>frysk</em>
 libraries can be found <a
 href="ftp://sources.redhat.com/pub/frysk/RHEL-4/";>here</a>
@@ -65,15 +65,15 @@ tree</a>.
 <dd>
 
 With the release of Fedora Core 5 Test 2 it is possible to build and
-run <em>frysk</em> using the distributed rpms.  Just note:
+run <em>frysk</em> using the distributed RPMs.  Just note:
 
 <ul>
 
 <li>
 
 Either <tt>selinux</tt> should be disabled, or its database updated.
-Otherwize <tt>gij</tt> and <tt>gcj-dbtool</tt> behave wierd; and
-<tt>/proc</tt> will not be accessable
+Otherwise <tt>gij</tt> and <tt>gcj-dbtool</tt> behave weird; and
+<tt>/proc</tt> will not be accessible
 
 <li>
 
@@ -86,7 +86,7 @@ program).
 You will need to install a number of packages vis:
 <pre>
 sudo yum install antlr jdom glib-java libgtk-java \
-libvte-java vte-devel libglade-java gcc-java
+libvte-java vte-devel libglade-java gcc-java xmlto
 </pre>
 
 </ul>
@@ -228,7 +228,7 @@ $ ( mkdir build && cd build && ../frysk/
 Both the <tt>frysk-imports</tt> and <tt>frysk-gtk</tt> directories
 include tests to ensure that the build system (compiler, kernel, and
 libraries) are working correctly.  Any FAILing tests should be
-investigated (XFAIL and XPASS tests are ok).</p>
+investigated (XFAIL and XPASS tests are OK).</p>
 
 <pre>
 $ ( cd build/frysk-imports/tests && make check )

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]