Updated Branches: refs/heads/4.1 ef9c95d63 -> 48bc39345
CLOUDSTACK-1: Working on new install/compiling documentation for 4.1 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/48bc3934 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/48bc3934 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/48bc3934 Branch: refs/heads/4.1 Commit: 48bc3934572e8c677de44ff88dda24c6514529ac Parents: ef9c95d Author: Joe Brockmeier <[email protected]> Authored: Fri Mar 8 08:52:54 2013 -0600 Committer: Joe Brockmeier <[email protected]> Committed: Fri Mar 8 08:52:54 2013 -0600 ---------------------------------------------------------------------- docs/en-US/source-prereqs.xml | 10 +++++----- docs/en-US/verifying-source.xml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/48bc3934/docs/en-US/source-prereqs.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/source-prereqs.xml b/docs/en-US/source-prereqs.xml index 6c2bc2a..3e25e8a 100644 --- a/docs/en-US/source-prereqs.xml +++ b/docs/en-US/source-prereqs.xml @@ -30,13 +30,13 @@ for package management. </para> <para> - The minimum bootstrapped prerequisites for building &PRODUCT; includes - the following: + You will need, at a minimum, the following to compile &PRODUCT;: <orderedlist> - <listitem><para>ant</para></listitem> - <listitem><para>maven (version 3)</para></listitem> - <listitem><para>Java (Java 6/OpenJDK 1.6) </para></listitem> + <listitem><para>Maven (version 3)</para></listitem> + <listitem><para>Java (OpenJDK 1.6 or Java 7/OpenJDK 1.7)</para></listitem> + <listitem><para>Apache log4j</para></listitem> <listitem><para>rpmbuild or dpkg-dev</para></listitem> + </orderedlist> </para> </section> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/48bc3934/docs/en-US/verifying-source.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/verifying-source.xml b/docs/en-US/verifying-source.xml index b445aa4..b20b9bb 100644 --- a/docs/en-US/verifying-source.xml +++ b/docs/en-US/verifying-source.xml @@ -36,7 +36,7 @@ file. </para> <para> - You next need to import those keys, which you can do by running the following command: + You next need to import those keys, which you can do by running: <programlisting><prompt>#</prompt> <command>gpg</command> --import KEYS</programlisting> </para> </section>
