Files
harbour-core/harbour/website/faq/harbour24.html
Viktor Szakats 89b2cb7d90 2012-10-03 22:45 UTC+0200 Viktor Szakats (harbour syenar.net)
* website/*
    + set eol-style to native for all text files
    ! fixed inconsistent EOL in 3rd party .js files

  * contrib/hbct/tests/addascii.prg
  * contrib/hbct/tests/ctwtest.prg
  * contrib/hbct/tests/math.prg
  * contrib/hbct/tests/num1.prg
  * contrib/hbct/tests/trig.prg
  * contrib/hbnf/clrsel.prg
  * contrib/hbnf/menu1.prg
  * contrib/hbnf/sqzn.prg
  * tests/db_brows.prg
  * tests/fsplit.prg
  * tests/mathtest.prg
  * tests/newrdd.prg
  * tests/round.prg
  * tests/say.prg
  * tests/scroll.prg
  * tests/teststr.prg
  * tests/transtst.prg
  * tests/wvtext.prg
    ! fixed to use inkey.ch macros instead of literals
    * corrected hbformat mistakes
2012-10-03 20:56:06 +00:00

68 lines
2.8 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<LINK REV="made" HREF="mailto:harbour-faq@netfang.net">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>Where can I find the source?</TITLE>
</HEAD>
<BODY text="#000000" bgcolor="#ffffff">
<A HREF="harbour.html"><EM>Frequently Asked Questions about Harbour</EM></A>
<b>:</b> <A HREF="harbour20.html"><EM>Helping develop Harbour</EM></A>
<b>:</b> <EM>Where can I find the source?</EM><BR>
<b>Previous:</b> <A HREF="harbour23.html"><EM>What other tools do I need?</EM></A><BR>
<b>Next:</b> <A HREF="harbour25.html"><EM>What is CVS and how do I use it?</EM></A>
<HR NOSHADE>
<H2><A NAME="24"></A>3.4. Where can I find the source?</H2>
<p>There are three methods of getting the source for harbour, which method you
use will depend on how up-to-date you feel you need to be.
<ul>
<li>The unstable snapshot
<p>A snapshot of the source is made available on the
<A href="/download.htm">Harbour project download web page</A>. Please be aware that this is an <b>unstable</b>
snapshot. Using this source could make all sorts of horrible things happen
- it might not even compile. You have been warned.</p>
</li>
<li>The stable snapshot
<p>Once in a while a stable snapshot of the Harbour source is made available
from the <A href="/download.htm">download page</A>
of the <A href="/">Harbour project web site</A>.
These snapshots are referred to as
&quot;releases&quot; and are considered stable in that the source will
compile and there are no known showstoppers in the compiler, virtual machine
or run-time library.</p>
<p>If you like to play with alpha quality software but want to feel safe doing
so then a stable release is for you.</p>
</li>
<li>Direct CVS access
<p>The best and most direct method of getting Harbour source is from the CVS
server. This is where the
<A HREF="harbour9.html#WhoDevelopers">Harbour developers</A>
work on the source for Harbour (actually, they all work on their own
machines, this server gives them, in effect, a virtual shared directory).</p>
<p>If you intend to work with Harbour built from the CVS itself you should
really consider subscribing to the
<A HREF="harbour35.html#DevMailList">developer's mailing list</A>.</p>
</li>
</ul>
</p>
<p>Please note that if you do want to help develop Harbour then the last option
is the best option (and, in the long term, the only useful option for all
concerned).</p>
<HR NOSHADE>
<A HREF="harbour.html"><EM>Frequently Asked Questions about Harbour</EM></A>
<b>:</b> <A HREF="harbour20.html"><EM>Helping develop Harbour</EM></A>
<b>:</b> <EM>Where can I find the source?</EM><BR>
<b>Previous:</b> <A HREF="harbour23.html"><EM>What other tools do I need?</EM></A><BR>
<b>Next:</b> <A HREF="harbour25.html"><EM>What is CVS and how do I use it?</EM></A>
</BODY>
</HTML>