Changeset c643094
- Timestamp:
- 09/08/2004 06:29:17 AM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- e8be2c6
- Parents:
- 65bc4264
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r65bc4264 rc643094 1 <!ENTITY day "0 7">1 <!ENTITY day "08"> 2 2 <!ENTITY month "09"> 3 3 <!ENTITY year "2004"> 4 4 <!ENTITY version "svn-&year;&month;&day;"> 5 <!ENTITY releasedate " August&day;th, &year;">5 <!ENTITY releasedate "September &day;th, &year;"> 6 6 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 7 7 <!ENTITY blfs-version "cvs"> <!-- cvs|[release #] --> -
introduction/welcome/changelog.xml
r65bc4264 rc643094 23 23 <itemizedlist> 24 24 25 <listitem><para>September 8th, 2004 [randy]: Added optional dependencies, 26 entity updates and minor corrections to the GnuCash instructions.</para> 27 </listitem> 28 25 29 <listitem><para>September 7th, 2004 [randy]: Added optional dependencies 26 30 and a gcc34 patch to Soup and GtkHTML-1.1.7 instructions.</para></listitem> -
xsoft/office/gnucash.xml
r65bc4264 rc643094 7 7 <!ENTITY gnucash-download-http "http://www.gnucash.org/pub/gnucash/sources/stable/gnucash-&gnucash-version;.tar.gz"> 8 8 <!ENTITY gnucash-download-ftp "ftp://ftp.at.gnucash.org/pub/gnucash/gnucash/sources/stable/gnucash-&gnucash-version;.tar.gz"> 9 <!ENTITY gnucash-size "7. 4MB">10 <!ENTITY gnucash-buildsize "1 50MB">11 <!ENTITY gnucash-time " 3.18SBU">9 <!ENTITY gnucash-size "7.8 MB"> 10 <!ENTITY gnucash-buildsize "102 MB"> 11 <!ENTITY gnucash-time "2.36 SBU"> 12 12 ]> 13 13 … … 37 37 &gnucash-time;</para></listitem></itemizedlist> 38 38 </sect3> 39 39 40 40 <sect3><title><application>GnuCash</application> dependencies</title> 41 41 42 <sect4><title>Required</title> 42 <para><xref linkend="db"/>, <xref linkend="gal1"/>, 43 <xref linkend="gtkhtml1"/>, <xref linkend="libghttp"/>, 44 <xref linkend="guppi"/> and 45 <xref linkend="gwrap"/></para></sect4> 43 <para><xref linkend="db"/>, 44 <xref linkend="gal1"/>, 45 <xref linkend="gtkhtml1"/>, 46 <xref linkend="libghttp"/>, 47 <xref linkend="guppi"/> and 48 <xref linkend="gwrap"/></para> 49 </sect4> 50 51 <sect4><title>Optional</title> 52 <para><ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>, 53 <ulink url="http://www.research.att.com/sw/tools/graphviz/">Graphviz</ulink>, 54 <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink>, 55 <ulink url="http://openhbci.sourceforge.net/">OpenHBCI</ulink> and 56 <ulink url="http://libofx.sourceforge.net/">LibOFX</ulink></para> 57 </sect4> 58 46 59 </sect3> 47 60 … … 56 69 <screen><userinput><command>./configure --prefix=/opt/gnome && 57 70 make && 58 make install</command></userinput></screen> 71 make install && 72 chown -R root:root /opt/gnome/share/gnucash/doc/html/html</command></userinput></screen> 59 73 60 74 </sect2> … … 63 77 <title>Command explanations</title> 64 78 65 <para><parameter>--prefix=/opt/gnome</parameter>: Version &gnucash-version; of66 <application>GnuCash</application> is a79 <para><parameter>--prefix=/opt/gnome</parameter>: 80 <application>GnuCash</application>-&gnucash-version; is a 67 81 <application><acronym>GNOME</acronym></application> 1.4 application. 68 82 </para> 69 83 84 <para><command>chown -R root:root /opt/gnome/share/gnucash/doc/html/html</command>: 85 If the package documentation is built by any user other than root, the 86 ownership of the installed files are set incorrectly. This command changes the 87 ownership to root:root.</para> 70 88 </sect2> 71 89 … … 76 94 77 95 <note><para><application>GnuCash</application> must be run as root once before 78 use. Simply executing <command>gnucash</command> from an <application>X 79 </application> terminal and clicking on the cancel button 80 is sufficient. This must be done prior to setting up accounts as an 81 unprivileged user, due to the fact that 82 <application>GnuCash</application> must create scheme 83 catalogs for itself before it is used. </para></note> 96 use. Simply executing <command>gnucash</command> from an 97 <application>X</application> terminal and clicking on the cancel button is 98 sufficient. This must be done prior to setting up accounts as an unprivileged 99 user, due to the fact that <application>GnuCash</application> must create 100 scheme catalogs for itself before it is used.</para></note> 84 101 85 102 </sect3> … … 90 107 <title>Contents</title> 91 108 92 <para>The <application>GnuCash</application> package contains <command>gnucash.</command></para> 109 <para>The <application>GnuCash</application> package contains 110 <command>gnucash.</command></para> 93 111 94 112 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.