From 383add1ab2ee742b07eaf991ffbf88c6b25e1a55 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 18 Feb 2008 11:06:23 +0000 Subject: [PATCH] 2008-02-18 Emmanuele Bassi * clutter-docs.sgml: Add building instructions for OSX --- doc/reference/ChangeLog | 4 ++++ doc/reference/clutter-docs.sgml | 34 +++++++++++++++++++++++++++++++++- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/doc/reference/ChangeLog b/doc/reference/ChangeLog index 0e2e779..44f2fcd 100644 --- a/doc/reference/ChangeLog +++ b/doc/reference/ChangeLog @@ -1,5 +1,9 @@ 2008-02-18 Emmanuele Bassi + * clutter-docs.sgml: Add building instructions for OSX + +2008-02-18 Emmanuele Bassi + * clutter-animation.sgml: Fix warning * creating-your-own-behaviours.sgml: Add a paragraph about diff --git a/doc/reference/clutter-docs.sgml b/doc/reference/clutter-docs.sgml index 095af18..52ab5d1 100644 --- a/doc/reference/clutter-docs.sgml +++ b/doc/reference/clutter-docs.sgml @@ -266,7 +266,39 @@
OSX - + The recommended way of building Clutter on OSX is to use + Jhbuild, + following the documentation for building the GTK+ stack as shown + here. + + + + Jhbuild depends on SVN, which can be installed on OSX by using + the MacPorts + project. + + + + XCode should also be installed, either from the OSX installation + disk or downloading it from the Apple website. + + + + Due to Clutter's dependency on GDK-Pixbuf, GTK+ for OSX must + also be built. After building GTK+, extract the files from + Clutter's release tar archive or check out the project from + SVN. Clutter OSX backend is built by passing the + --with-flavour=osx command line argument + to the configure script. + + + + GTK-Doc is not working on OSX, so API reference generation + should also be disabled when building Clutter, by using + the --disable-docs and + --disable-gtk-doc command line argument + to the configure script. +
-- 2.7.4