[seed] [docs] Move INSTALL.osx to docs



commit f6fda2bf1b40acc32b2f3a2857eb4102cdb775c4
Author: Tim Horton <hortont svn gnome org>
Date:   Sat Jul 4 23:33:51 2009 -0400

    [docs] Move INSTALL.osx to docs

 INSTALL.osx                     |   38 ---------------------
 doc/reference/Makefile.am       |    2 +-
 doc/reference/building-osx.sgml |   70 +++++++++++++++++++++++++++++++++++++++
 doc/reference/seed-docs.sgml    |    1 +
 4 files changed, 72 insertions(+), 39 deletions(-)
---
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 76b3afe..a649638 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -75,7 +75,7 @@ include $(top_srcdir)/gtk-doc.make
 
 # Other files to distribute
 # e.g. EXTRA_DIST += version.xml.in
-EXTRA_DIST += seed-docs.sgml seed-sections.txt building.sgml introduction.sgml
+EXTRA_DIST += seed-docs.sgml seed-sections.txt building.sgml introduction.sgml building-osx.sgml
 
 # Files not to distribute
 # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
diff --git a/doc/reference/building-osx.sgml b/doc/reference/building-osx.sgml
new file mode 100644
index 0000000..ac3d6ce
--- /dev/null
+++ b/doc/reference/building-osx.sgml
@@ -0,0 +1,70 @@
+<refentry id="seed-building-osx" revision="04 Jul 2009">
+<refmeta>
+<refentrytitle>Seed on Mac OS X</refentrytitle>
+<manvolnum>3</manvolnum>
+<refmiscinfo>SEED Library</refmiscinfo>
+</refmeta>
+
+<refnamediv>
+<refname>Seed on Mac OS X</refname>
+<refpurpose>
+How to compile Seed on Apple's Mac OS X
+</refpurpose>
+  </refnamediv>
+  
+    <refsect1 id="build">
+      <title>Installation Instructions</title>
+      <itemizedlist>
+        <listitem><para>First, install whatever of the dependencies below you deem necessary (including, of course, all of the required ones).</para></listitem>
+        <listitem><para>Download a <ulink url="http://nightly.webkit.org";>WebKit nightly</ulink> and install it to /Applications/WebKit.app</para></listitem>
+        <listitem><para>Add your MacPorts binaries folder to your path:</para>
+        <para><command>$ export PATH=/opt/local/bin:$PATH</command></para>
+        <para>Note: You may have installed MacPorts somewhere other than /opt/local. Keep that in mind.</para>
+        </listitem>
+        <listitem><para>Build gobject-introspection, gir-repository, the other normal dependencies, and then Seed, as you normally would.</para></listitem>
+    </itemizedlist>
+    </refsect1>
+  
+    <refsect1 id="dependencies">
+      <title>Required MacPorts Dependencies</title>
+      <para>
+        From MacPorts, install all of the following:
+      </para>
+      <itemizedlist>
+        <listitem>automake</listitem>
+        <listitem>autoconf</listitem>
+        <listitem>gtk-doc</listitem>
+        <listitem>gnome-common</listitem>
+        <listitem>glib2</listitem>
+        <listitem>libtool</listitem>
+        <listitem>pkgconfig</listitem>
+        <listitem>intltool</listitem>
+        <listitem>libffi</listitem>
+    </itemizedlist>
+    </refsect1>
+    
+    <refsect1 id="optdependencies">
+      <title>Optional MacPorts Dependencies</title>
+      <para>
+        While the following packages are optional, they are necessary for the proper functioning of Seed's library of examples.
+      </para>
+      <itemizedlist>
+        <listitem>cairo</listitem>
+        <listitem>readline</listitem>
+        <listitem>libsoup</listitem>
+        <listitem>sqlite3</listitem>
+        <listitem>gtk2</listitem>
+    </itemizedlist>
+    </refsect1>
+    
+    <refsect1 id="clutter">
+      <title>Optional External Dependencies</title>
+      <para>
+        While the following packages are optional, they are necessary for the proper functioning of Seed's library of examples. Unfortunately, they are not available in MacPorts, so you will have to install them manually.
+      </para>
+      <itemizedlist>
+        <listitem><ulink url="http://clutter-project.org";>clutter-0.9</ulink></listitem>
+    </itemizedlist>
+    </refsect1>
+
+</refentry>
\ No newline at end of file
diff --git a/doc/reference/seed-docs.sgml b/doc/reference/seed-docs.sgml
index 8fcb16d..cbbd5c4 100644
--- a/doc/reference/seed-docs.sgml
+++ b/doc/reference/seed-docs.sgml
@@ -16,6 +16,7 @@
     <para>This is the documentation for the C API of Seed, used for embedding, and creating native C modules. For documentation on the JavaScript interface of Seed, see <ulink role="online-location" url="http://www.gnome.org/~racarr/seed";>http://www.gnome.org/~racarr/seed/</ulink>.</para>
     <xi:include href="introduction.sgml"/>
     <xi:include href="building.sgml"/>
+    <xi:include href="building-osx.sgml"/>
   </chapter>
   
   <chapter id="fundamentals">



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]