Author: randy Date: 2005-05-11 13:52:40 -0600 (Wed, 11 May 2005) New Revision: 4147
Added: trunk/BOOK/gnome/without-gnome.xml Modified: trunk/BOOK/gnome/add/libgnomeprint.xml Log: Added a note to the libgnomeprint instructions about installing into a non-GNOME environment Modified: trunk/BOOK/gnome/add/libgnomeprint.xml =================================================================== --- trunk/BOOK/gnome/add/libgnomeprint.xml 2005-05-11 19:42:41 UTC (rev 4146) +++ trunk/BOOK/gnome/add/libgnomeprint.xml 2005-05-11 19:52:40 UTC (rev 4147) @@ -61,6 +61,8 @@ <sect2> <title>Installation of <application>libgnomeprint</application></title> +<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../without-gnome.xml"/> + <para>Install <application>libgnomeprint</application> by running the following commands:</para> Added: trunk/BOOK/gnome/without-gnome.xml =================================================================== --- trunk/BOOK/gnome/without-gnome.xml 2005-05-11 19:42:41 UTC (rev 4146) +++ trunk/BOOK/gnome/without-gnome.xml 2005-05-11 19:52:40 UTC (rev 4147) @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" + "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" > + +<note> + <para>The instructions below are based on installing the package into + a <application>GNOME-2</application> environment. If, for whatever + reason, you're installing this package without having + <application>ORBit2</application> and the core + <application>GNOME-2</application> libraries installed, you'll need to + modify the <parameter>--prefix=</parameter> parameter on the + <command>configure</command> script to point to your desired installation + path (e.g., <parameter>--prefix=/usr</parameter>).</para> +</note> Property changes on: trunk/BOOK/gnome/without-gnome.xml ___________________________________________________________________ Name: svn:keywords + LastChangedBy Date -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
