/[freeride]/freeride/doc/userhelp.html
ViewVC logotype

Diff of /freeride/doc/userhelp.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by ljulliar, Wed Nov 20 20:56:07 2002 UTC revision 1.3 by ljulliar, Thu Nov 21 13:04:46 2002 UTC
# Line 1  Line 1 
1  <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">  <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2  <html>  <html>
3  <head>  <head>
 <!--//-->  
   <script>var PrxLC=new Date(0);var PrxModAtr=0;var PrxInst; if(!PrxInst++) PrxRealOpen=window.open;function PrxOMUp(){PrxLC=new Date();}function PrxNW(){return(this.window);} function PrxOpen(url,nam,atr){ if(PrxLC){  var cdt=new Date();  cdt.setTime(cdt.getTime()-PrxLC.getTime());  if(cdt.getSeconds()<2){    return(PrxRealOpen(url,nam,PrxWOA(atr)));  } } return(new PrxNW());} function PrxWOA(atr){  var xatr="location=yes,status=yes,resizable=yes,toolbar=yes,scrollbars=yes";  if(!PrxModAtr) return(atr);  if(atr){    var hm;    hm=atr.match(/height=[0-9]+/i);    if(hm) xatr+="," + hm;    hm=atr.match(/width=[0-9]+/i);    if(hm) xatr+="," + hm;  }  return(xatr);}window.open=PrxOpen;</script><!--//-->  
   <script> function NoError(){return(true);} onerror=NoError; </script><!--//-->  
   <script> function moveTo(){return true;}function resizeTo(){return true;}</script>  
4    <title>FreeRIDE: UserDoc</title>    <title>FreeRIDE: UserDoc</title>
5    <link rel="stylesheet" href="/wiki.css">    <link rel="stylesheet" href="/wiki.css">
6  </head>  </head>
# Line 77  and the expected basic navigation (Ctrl- Line 73  and the expected basic navigation (Ctrl-
73  extend selections, tab-key to indent selections, etc.).</p>  extend selections, tab-key to indent selections, etc.).</p>
74  <p></p>  <p></p>
75  <h3>Installing <a href="wiki.pl?FreeRIDE">FreeRIDE</a></h3>  <h3>Installing <a href="wiki.pl?FreeRIDE">FreeRIDE</a></h3>
76  <p>To run properly <a  <p>To run properly <a href="wiki.pl?FreeRIDE">FreeRIDE</a> requires 3 external
77   href="file:///misc/applications/Ruby/applications/freeride/freeride/doc/wiki.pl?FreeRIDE">FreeRIDE</a>  software components:</p>
78  requires 3 external software components:<br>  <p></p>
 </p>  
79  <ul>  <ul>
80    <li><a href="http://www.fox-toolkit.org">FOX</a>, a cross-platform C/C++    <li> <a href="http://www.fox-toolkit.org">[FOX]</a>, a cross-platform C/C++
81  GUI Toolkit that is now gaining a wide acceptance in the Ruby community (version  GUI Toolkit that is now gaining a wide acceptance in the Ruby community (version
82  1.0.x with x &gt; 26)</li>  1.0.x with x &gt; 26)</li>
83    <li><a href="http://fxruby.sf.net">FXRuby</a>, the ruby interface to the    <li> <a href="http://fxruby.sf.net">[FXRuby]</a>, the ruby interface to
84  FOX library (version 1.0.16 or above)</li>  the FOX library (version 1.0.16 or above)</li>
85    <li><a href="http://www.nongnu.org/fxscintilla/">FXScintilla</a>, a FOX    <li> <a href="http://www.nongnu.org/fxscintilla/">[FXScintilla]</a>, a
86  port of the <a href="http://www.scintilla.org/">Scintilla</a> widget editor.  FOX port of the <a href="http://www.scintilla.org/">[Scintilla]</a> widget
87  (version 1.49.0 or above)</li>  editor (version 1.49.0 or above)</li>
88  </ul>  </ul>
89  For Windows users a FreeRIDE specific Ruby distribution is made available  <p>For Windows users a <a href="wiki.pl?FreeRIDE">FreeRIDE</a> specific Ruby
90  by Andrew Thomas and includes FOX, FXRuby and FXScintilla. You can get it  distribution is made available by Andy Hunt and includes FOX, FXRuby and
91  here (FIXME! Give the URL when done).<br>  FXScintilla. You can get it <a
92  <br>   href="http://rubygarden.com/ruby?WindowsInstaller">[here]</a>.</p>
93  For Linux users it is very likely that your favorite distro comes with the  <p>For Linux users it is very likely that your favorite distro comes with
94  FOX package either already installed or available as a contrib. FXRuby and  the FOX toolkit either already installed or available as a contrib. FXRuby
95  FXscintilla are available on the projects web site (see hyperlink above).  and FXscintilla are available on the projects web site (see hyperlinks above).
96  Worst case you can get the 3 of them from the <a  Worst case you can get the 3 of them from the <a
97   href="http://www.rubyide.org/files">FreeRIDE file repository</a>.<br>   href="http://www.rubyide.org/files">[FreeRIDE file repository]</a>.</p>
98  <br>  <p><a href="wiki.pl?FreeRIDE">FreeRIDE</a> also relies on a number of other
99  FreeRIDE also relies on a number of other Ruby packages but they come with  Ruby packages but they come with the <a href="wiki.pl?FreeRIDE">FreeRIDE</a>
100  the FreeRIDE software (redist directory). The reason why we did that is &nbsp;a)  software (redist directory). The reason why we did that is:</p>
101  to make installation easier, b) to make sure that FreeRIDE uses the right  <ul>
102  version of the package and c) minize FreeRIDE impact on your Ruby installation.<br>    <li> to make installation easier</li>
103      <li> to make sure that <a href="wiki.pl?FreeRIDE">FreeRIDE</a> uses the
104    right version of the package</li>
105      <li> minize <a href="wiki.pl?FreeRIDE">FreeRIDE</a> impact on your Ruby
106    installation.</li>
107    </ul>
108    <p></p>
109  <p></p>  <p></p>
110  <h3>Running <a href="wiki.pl?FreeRIDE">FreeRIDE</a></h3>  <h3>Running <a href="wiki.pl?FreeRIDE">FreeRIDE</a></h3>
111  <p>The directory in which you installed <a href="wiki.pl?FreeRIDE">FreeRIDE</a>  <p>The directory in which you installed <a href="wiki.pl?FreeRIDE">FreeRIDE</a>
# Line 202  interest to developers who are creating Line 203  interest to developers who are creating
203   href="wiki.pl?FreeRIDE">FreeRIDE</a> plugins.</p>   href="wiki.pl?FreeRIDE">FreeRIDE</a> plugins.</p>
204  <p>Please see the developer documentation for more details about the Databus.  <p>Please see the developer documentation for more details about the Databus.
205  </p>  </p>
206    <p>Version: $Id$</p>
207  <center>  <center>
208  <hr width="200">Copyright &copy; rubyide.org<br>  <hr width="200">Copyright &copy; rubyide.org</center>
209  $Id$<br>  <br>
 </center>  
 <!--//-->  
 <script>if(document.layers){document.captureEvents(Event.MOUSEUP);}document.onmouseup=PrxOMUp;</script><br>  
210  </body>  </body>
211  </html>  </html>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26