diff options
author | Simon Pepping <spepping@apache.org> | 2010-09-21 11:34:21 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2010-09-21 11:34:21 +0000 |
commit | 5f6c218eacf0b8f370df13d7273de621256a055c (patch) | |
tree | 35f5961abe699f941b06983ef30313f840938cdb /src/documentation/content/xdocs/trunk | |
parent | ae8287810b01fd2c54290c32f6d3c432bb53454c (diff) | |
download | xmlgraphics-fop-5f6c218eacf0b8f370df13d7273de621256a055c.tar.gz xmlgraphics-fop-5f6c218eacf0b8f370df13d7273de621256a055c.zip |
Add the availability of nightly snapshots
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@999324 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/trunk')
-rw-r--r-- | src/documentation/content/xdocs/trunk/compiling.xml | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/src/documentation/content/xdocs/trunk/compiling.xml b/src/documentation/content/xdocs/trunk/compiling.xml index 98a6dfb6d..0a8bf3486 100644 --- a/src/documentation/content/xdocs/trunk/compiling.xml +++ b/src/documentation/content/xdocs/trunk/compiling.xml @@ -25,16 +25,23 @@ <body> <section id="build-needed"> <title>Do You Need To Build?</title> - <p> +<!-- text for released versions --> +<!-- <p> FOP distributions are either pre-compiled binary or source. If you are using a binary distribution, it is already built and there is no need to build it again. See the <a href="../download.html">Download Instructions</a> for information about whether a binary or source distribution is best for your needs. - </p> + </p>--> +<!-- /text for released versions --> +<!-- text for trunk --> <p> - If you got the source code from a repository snapshot or via Subversion you will need to build FOP - in any case. + FOP snapshots are either pre-compiled binary or source. + If you are using a binary snapshot, it is already built and there is no need to build it again. + If you got the source code from a repository snapshot or via Subversion you will need to build FOP. + See the <a href="../download.html">Download Instructions</a> for information about where to obtain binary or repository snapshots, and whether a + binary or source snapshot is best for your needs. </p> +<!-- /text for trunk --> </section> <section id="env"> <title>Set Up Your Environment</title> |