r20031 - gnucash-docs/trunk/guide/C - Provide separate Finance::Quote instructions for each OS and clarify the ones for Linux.

John Ralls jralls at code.gnucash.org
Tue Jan 4 14:52:17 EST 2011


Author: jralls
Date: 2011-01-04 14:52:17 -0500 (Tue, 04 Jan 2011)
New Revision: 20031
Trac: http://svn.gnucash.org/trac/changeset/20031

Modified:
   gnucash-docs/trunk/guide/C/ch_invest.xml
Log:
Provide separate Finance::Quote instructions for each OS and clarify the ones for Linux.

Modified: gnucash-docs/trunk/guide/C/ch_invest.xml
===================================================================
--- gnucash-docs/trunk/guide/C/ch_invest.xml	2011-01-04 18:25:21 UTC (rev 20030)
+++ gnucash-docs/trunk/guide/C/ch_invest.xml	2011-01-04 19:52:17 UTC (rev 20031)
@@ -980,19 +980,42 @@
 
       <sect3 id="invest-stockprice-auto-install3">
         <title>Installing Finance::Quote</title>
+	<para><emphasis role="strong">Microsoft Windows:</emphasis>
+	<itemizedlist>
+	  <listitem> Close <application>&app;</application>.</listitem>
+	  <listitem> You need to have installed <ulink
+	  url="http://www.activestate.com/store/activeperl">ActivePerl</ulink></listitem>
+	  <listitem> Run <emphasis role="strong">Install Online Price
+	  Retrieval</emphasis>In the <application>&app;</application>
+	  "Start" menu.</listitem>
+	</itemizedlist></para>
+	<para><emphasis role="strong">Mac OS X:</emphasis> You need to
+	have XCode installed. XCode is an optional item from your OS X
+	distribution DVD. Run the <emphasis role="strong">Update
+	Finance Quote</emphasis> app in the
+	<application>&app;</application> dmg. You can run it from the
+	dmg or copy it to the same folder to which you copied
+	<application>&app;</application>. It will open a Terminal
+	window and run a script for you which will ask lots of
+	questions. Accept the default for each unless you know what
+	you're doing.</para>
+        <para><emphasis role="strong">Linux:</emphasis> 
+	<itemizedlist>
+	  <listitem>Close any running <application>&app;</application> instances.</listitem>
+	  <listitem>Locate the folder where
+	  <application>&app;</application> is installed by searching
+	  for <code>gnc-fq-update</code></listitem>
+	  <listitem>Change to that directory, open a root shell</listitem>
+	  <listitem>Run the command <code>gnc-fq-update</code></listitem>
+	</itemizedlist>
+	This will launch a Perl CPAN update session that will go out
+	onto the Internet and install the Finance::Quote module on
+	your system. The gnc-fq-update program is interactive,
+	however, with most systems you should be able to answer
+	<quote>no</quote> to the first question: <quote>Are you ready
+	for manual configuration? [yes]</quote> and the update will
+	continue automatically from that point.</para>
 
-        <para>To install Finance::Quote begin by first closing any <application>&app;</application>
-        applications you have running. Second, locate the folder where <application>&app;</application>
-        is installed by searching for <quote>gnc-fq-update</quote> (without the quotes).
-        Change to that directory, open a root shell and run the command
-        <quote>gnc-fq-update</quote> (without the quotation marks). This will
-        launch a Perl CPAN update session that will go out onto the Internet
-        and install the Finance::Quote module on your system. The
-        gnc-fq-update program is interactive, however, with most systems you
-        should be able to answer <quote>no</quote> to the first question: <quote>Are you
-        ready for manual configuration? [yes]</quote> and the update will
-        continue automatically from that point.</para>
-
         <para>After installation is complete, you should run the <quote>gnc-fq-dump</quote>
         test program, in the same directory, distributed with <application>&app;</application> to test
         if Finance::Quote is installed and working properly.</para>



More information about the gnucash-changes mailing list