Update of /cvsroot/robotflow/RobotFlow/html
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2750
Modified Files:
doc.html
Log Message:
Updated documentation.
Index: doc.html
===================================================================
RCS file: /cvsroot/robotflow/RobotFlow/html/doc.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** doc.html 27 May 2004 16:00:45 -0000 1.15
--- doc.html 27 May 2004 19:23:36 -0000 1.16
***************
*** 25,31 ****
<td><b>FlowDesigner</b></td>
<td>FlowDesigner documentation</td>
! <td>0.7</td>
! <td><a href="http://freespeech.sourceforge.net/doc/user-manual.pdf">[PDF]</a>
! <a href="http://freespeech.sourceforge.net/doc/user-manual.ps">[PS]</a></td>
</tr>
<tr>
--- 25,31 ----
<td><b>FlowDesigner</b></td>
<td>FlowDesigner documentation</td>
! <td>0.8</td>
! <td><a href="http://flowdesigner.sourceforge.net/doc/user-manual.pdf">[PDF]</a>
! <a href="http://flowdesigner.sourceforge.net/doc/user-manual.ps.gz">[PS]</a></td>
</tr>
<tr>
***************
*** 66,70 ****
<li> GNU make </li>
<br>
! <li> GNOME2 (including the development libraries and libxml2)</li>
<br>
<li> FlowDesigner properly installed</li>
--- 66,70 ----
<li> GNU make </li>
<br>
! <li> GNOME2 (including the development libraries, libxml2 and libSDL)</li>
<br>
<li> FlowDesigner properly installed</li>
***************
*** 89,95 ****
<li> Go to the RobotFlow directory </li>
<ul><li>% <b>cd RobotFlow</b> </li></ul>
! <li> Run the autogen.sh script <i>(or the configure script if you downloaded the RobotFlow distribution from Sourceforge)</i> in the RobotFlow directory. It uses autoconf, automake and libtool to create the makefiles.
! You <b>do not need</b> to provide any parameters, since the installation directory is directly taken from the flowdesigner_config script. </li>
! <ul><li><b>% ./autogen.sh or ./configure</b></li></ul>
<li> Run make </li>
<ul><li> <b>% make</b> </li></ul>
--- 89,99 ----
<li> Go to the RobotFlow directory </li>
<ul><li>% <b>cd RobotFlow</b> </li></ul>
! <li> Run the autogen.sh script <i>(or the configure script if you downloaded the RobotFlow
! distribution from Sourceforge)</i> in the RobotFlow directory. It uses autoconf, automake
! and libtool to create the makefiles. <b>You must specify where Player is installed with
! the autogen.sh or configure script if you want to use the Player blocks.</b>
!
!
! <ul><li><b>% ./autogen.sh --with-player="path" or ./configure --with-player="path"</b></li></ul>
<li> Run make </li>
<ul><li> <b>% make</b> </li></ul>
|