|
From: <sv...@va...> - 2009-04-16 00:41:06
|
Author: njn
Date: 2009-04-16 01:40:55 +0100 (Thu, 16 Apr 2009)
New Revision: 9561
Log:
Merged r9559 (a manual fix) from the trunk.
Modified:
branches/DARWIN/README
branches/DARWIN/docs/xml/manual-writing-tools.xml
Modified: branches/DARWIN/README
===================================================================
--- branches/DARWIN/README 2009-04-16 00:40:43 UTC (rev 9560)
+++ branches/DARWIN/README 2009-04-16 00:40:55 UTC (rev 9561)
@@ -87,7 +87,7 @@
options are documented in the INSTALL file. The only interesting
one is the usual --prefix=/where/you/want/it/installed.
- 5. Do "make".
+ 5. Do "make". (Nb: this cannot be combined with the next step.)
6. Do "make install", possibly as root if the destination permissions
require that.
Modified: branches/DARWIN/docs/xml/manual-writing-tools.xml
===================================================================
--- branches/DARWIN/docs/xml/manual-writing-tools.xml 2009-04-16 00:40:43 UTC (rev 9560)
+++ branches/DARWIN/docs/xml/manual-writing-tools.xml 2009-04-16 00:40:55 UTC (rev 9561)
@@ -140,6 +140,7 @@
<programlisting><![CDATA[
autogen.sh
./configure --prefix=`pwd`/inst
+ make # Nb: this cannot be combined with the next step
make install]]></programlisting>
<para>It should automake, configure and compile without errors,
|