summaryrefslogtreecommitdiff
path: root/Apoc/Documentation/Dependencies.moin
diff options
context:
space:
mode:
Diffstat (limited to 'Apoc/Documentation/Dependencies.moin')
-rw-r--r--Apoc/Documentation/Dependencies.moin32
1 files changed, 0 insertions, 32 deletions
diff --git a/Apoc/Documentation/Dependencies.moin b/Apoc/Documentation/Dependencies.moin
deleted file mode 100644
index 385cbb9..0000000
--- a/Apoc/Documentation/Dependencies.moin
+++ /dev/null
@@ -1,32 +0,0 @@
-<<TableOfContents>>
-
-Here you can find a comprehensive list of dependencies and instructions on how to install the dependencies to build APOC on different platforms for each component.
-
-= Dependencies =
-
-== SPI ==
- * Java SE JDK 1.4 or higher
- * The autotools set (autoconf, automake and libtool)
- * Apache ANT http://ant.apache.org/
- * [[http://www.mozilla.org/directory/javasdk.html|Mozilla (former Netscape's) Directory SDK for Java]]
-
-== Desktop Agent ==
- * The Apoc SPI and its dependencies
- * Gnome's [[http://xmlsoft.org/|libXML2]]
- * Heimdal's Generic Security Services C implementation ([[http://www.pdc.kth.se/heimdal/|gssapi]])
- * Oracle's (formerly Sleepycat's) [[http://www.oracle.com/database/berkeley-db/db/index.html|Berkeley DB libraries]] with Java support enabled
-
-== Desktop Manager ==
- * The Apoc SPI and its dependencies
- * [[http://www.mozilla.org/directory/javasdk.html|Mozilla (former Netscape's) Directory SDK for Java]]
- * [[http://www.sun.com/download/products.xml?id=46cb72a9|Sun Java Web Console 3]] and its dependencies
-
-= Ubuntu Instructions =
-
-{{{
-$ sudo apt-get install build-essential pkg-config automake-1.9 autoconf sun-java6-jdk ant libdb4.2-java-dev libgssapi4-heimdal heimdal-dev libxml2-dev
-}}}
-
-= Solaris Instructions =
-You need to install JDS Common Build Environment to get autotools and ant. Follow the instructions from the
-[[http://www.opensolaris.org/os/project/jds/contributing/building/#jds-cbe|OpenSolaris.org JDS CBE documentation page]].