From: Ken Coar Date: Sun, 30 Jan 2000 15:47:42 +0000 (+0000) Subject: This really *is* a FAQ.. X-Git-Tag: 1.3.12~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fdf50f1e6756feb53b78421b31c4dcd0de28067d;p=apache This really *is* a FAQ.. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84538 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/FAQ-B.html b/docs/manual/misc/FAQ-B.html index e4c4db1412..ee1798a518 100644 --- a/docs/manual/misc/FAQ-B.html +++ b/docs/manual/misc/FAQ-B.html @@ -31,7 +31,7 @@

Apache Server Frequently Asked Questions

- $Revision: 1.2 $ ($Date: 1999/08/19 21:52:01 $) + $Revision: 1.3 $ ($Date: 2000/01/30 15:47:42 $)

The latest version of this FAQ is always available from the main @@ -91,6 +91,7 @@

  • What are "regular expressions"?
  • +
  • Why isn't there a binary for my platform?
  • @@ -397,6 +398,44 @@


    + +
  • + Why isn't there a binary for my platform? +

    + The developers make sure that the software builds and works + correctly on the platforms available to them; this does + not necessarily mean that your platform + is one of them. In addition, the Apache HTTP server project + is primarily source oriented, meaning that distributing + valid and buildable source code is the purpose of a release, + not making sure that there is a binary package for all of the + supported platforms. +

    +

    + If you don't see a kit for your platform listed in the + binary distribution area + (<URL:http://www.apache.org/dist/binaries/>), + it means either that the platform isn't available to any of + the developers, or that they just haven't gotten around to + preparing a binary for it. As this is a voluntary project, + they are under no obligation to do so. Users are encouraged + and expected to build the software themselves. +

    +

    + The sole exception to these practices is the Windows package. + Unlike most Unix and Unix-like platforms, Windows systems + do not come with a bundled software development environment, + so we do prepare binary kits for Windows when we make + a release. Again, however, it's a voluntary thing and only + a limited number of the developers have the capability to build + the InstallShield package, so the Windows release may lag + somewhat behind the source release. This lag should be + no more than a few days at most. +

    +
    +
  • +