Files
harbour-core/harbour/website/faq/harbour43.html
Viktor Szakats 2688ce2212 2013-01-24 15:14 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
    + links to markdown and markdown to man-page converter tool
    ! minor cleanup to prev

  * utils/hbmk2/hbmk2.1
    * some updates

  * ChangeLog.txt
    ! typos/updates in previous entry

  * extras/hbdoc/*.prg
  * src/rtl/memoedit.prg
  * tests/clasinh.prg
  * tests/classch.prg
  * tests/inhprob.prg
    ! updated for new ::super: syntax

  * src/rtl/itemseri.c
    ! fixed typo in latest modification:
      'warning: use of unary operator that may be intended as compound assignment (+=)'

  * contrib/hbgd/tests/test_out.prg
  * contrib/hbhttpd/*
  * contrib/hbtip/thtml.prg
  * contrib/xhb/*.prg
  * extras/httpsrv/*
  * extras/guestbk/*
  * website/faq/*.html
  * website/samples/HowToBuildOnLinux.html
  * website/third-party.html
    * some steps to modernize old HTML

  * extras/hbdoc/*.prg
    * do not use [] as string delimiter

  - tests/function.cfm
  - website/samples/function.cfm.html
  * .gitattributes
    - obsolete file deleted
2013-01-24 14:20:54 +00:00

59 lines
2.5 KiB
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Where can I get pre-built binaries?</title>
</head>
<body text="#000000" bgcolor="#ffffff">
<a href="harbour.html"><em>Frequently Asked Questions about Harbour</em></a>
<b>:</b> <a href="harbour42.html"><em>Installing Harbour</em></a>
<b>:</b> <em>Where can I get pre-built binaries?</em><br />
<b>Previous:</b> <a href="harbour42.html"><em>Installing Harbour</em></a><br />
<b>Next:</b> <a href="harbour44.html"><em>General Harbour questions</em></a>
<hr noshade>
<h2><a name="43"></a>5.1. Where can I get pre-built binaries?</h2>
<p>While Harbour is still in development the preferred method of getting a
Harbour binary is to download the source and build it yourself because this
aids the development effort.</p>
<p>However, the
<a href="harbour9.html#WhoDevelopers">Harbour developers</a> also
appreciate the efforts of people who don't want to develop Harbour itself
but do want to test it and report bugs. To this end some people maintain
Harbour binaries that are ready to be installed.</p>
<p>Please keep in mind that the following may not be the very latest cut of
Harbour (Harbour changes by the hour while in this early phase of
development) and that some platforms might be better supported than others.
If you see that a platform isn't supported or is out of date please consider
stepping in and making available binaries for that platform.</p>
<p>
<ul>
<li>The
<a href="/download.htm">downloads page</a>
on the <a href="/">Harbour project's web site</a>
contains a number of binary builds of the latest stable snapshot.
</li>
<li><a href="mailto:dholm@jsd-llc.com">David G. Holm</a> is
maintaing a repository of binary builds of stable (and sometimes, in
parallel, unstable) releases at <a href="http://harbour.netfang.net/">http://harbour.netfang.net/</a>.</li>
</ul>
</p>
<p>If you can't find binaries for your environment via the above links then
this means that someone isn't contributing for that environment, perhaps
you'd care to step in and fill that gap?</p>
<hr noshade>
<a href="harbour.html"><em>Frequently Asked Questions about Harbour</em></a>
<b>:</b> <a href="harbour42.html"><em>Installing Harbour</em></a>
<b>:</b> <em>Where can I get pre-built binaries?</em><br />
<b>Previous:</b> <a href="harbour42.html"><em>Installing Harbour</em></a><br />
<b>Next:</b> <a href="harbour44.html"><em>General Harbour questions</em></a>
</body>
</html>