Changeset a4a52f4


Ignore:
Timestamp:
02/28/2012 01:50:35 PM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
da836cf
Parents:
16bc1d51
Message:

The zombie is still moving
gnucash and slib are back in the book

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9543 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r16bc1d51 ra4a52f4  
    185185<!ENTITY aspell-version               "0.60.6">
    186186<!ENTITY enchant-version              "1.6.0">
    187 <!-- <!ENTITY slib-version                 "3b2"> -->
     187<!ENTITY slib-version                 "3b3">
    188188<!ENTITY LZO-version                  "2.03">
    189189<!ENTITY libusb-version               "1.0.8">
     
    879879<!ENTITY AbiWord-version              "2.8.6">
    880880<!ENTITY gnumeric-version             "1.10.17">
    881 <!-- <!ENTITY gnucash-version              "2.2.4"> -->
     881<!ENTITY gnucash-version              "2.4.10">
    882882<!ENTITY evolution-version            "3.2.2">
    883883
  • general/genlib/genlib.xml

    r16bc1d51 ra4a52f4  
    6464  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="aspell.xml"/>
    6565  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="enchant.xml"/>
    66   <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="slib.xml"/> -->
     66  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="slib.xml"/>
    6767  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lzo.xml"/>
    6868  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libusb.xml"/>
  • general/genlib/slib.xml

    r16bc1d51 ra4a52f4  
    55  %general-entities;
    66
    7   <!ENTITY slib-download-http "http://swiss.csail.mit.edu/ftpdir/scm/OLD/slib-&slib-version;.tar.gz">
     7  <!ENTITY slib-download-http
     8  "http://groups.csail.mit.edu/mac/ftpdir/scm/slib-&slib-version;.tar.gz">
    89  <!ENTITY slib-download-ftp  " ">
    910  <!ENTITY slib-md5sum        "850f48ad933e2fe8bb03b1e994ed4407">
     
    4142    Scheme48, SCM, SCM Mac, scsh, Stk, T3.1, umb-scheme, and VSCM.</para>
    4243
     44    &lfs70_built;
     45
    4346    <bridgehead renderas="sect3">Package Information</bridgehead>
    4447    <itemizedlist spacing="compact">
     
    6366    </itemizedlist>
    6467
    65     <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    66     <itemizedlist spacing='compact'>
    67       <listitem>
    68         <para>Required Patch: <ulink
    69         url="&patch-root;/slib-&slib-version;-guile_fixes-1.patch"/></para>
    70       </listitem>
    71     </itemizedlist> -->
    72 
    7368    <bridgehead renderas="sect3">SLIB Dependencies</bridgehead>
    7469
     70    <!--
    7571    <para>There are no build dependencies as this package is nothing but many
    7672    text script files which are copied to the system. If you are installing
     
    7975    <application>SLIB</application> catalog for <application>Guile</application>
    8076    can be created.</para>
     77    -->
     78
     79    <bridgehead renderas="sect4">Required</bridgehead>
     80    <para role="required"><xref linkend="guile"/>.</para>
    8181
    8282    <para condition="html" role="usernotes">User Notes:
    8383    <ulink url="&blfs-wiki;/slib"/></para>
    84 
    8584  </sect2>
    8685
     
    9190    commands:</para>
    9291
    93 <screen><userinput>sed -i 's|usr/lib|usr/share|' RScheme.init        &amp;&amp;
    94 makeinfo -o slib.txt  --plaintext       slib.texi &amp;&amp;
     92<screen><userinput>sed -i 's|usr/lib|usr/share|' RScheme.init &amp;&amp;
     93./configure --prefix=/usr --libdir=/usr/share &amp;&amp;
     94sed -i 's# scm$# guile#;s#ginstall-info#install-info#' Makefile &amp;&amp;
     95makeinfo -o slib.txt --plaintext slib.texi &amp;&amp;
    9596makeinfo -o slib.html --html --no-split slib.texi</userinput></screen>
    9697
    97     <para>If you have <!--<xref linkend="tetex"/> or--> <xref linkend="texlive"/>
    98     installed and wish to build PDF or Postscript documentation, issue any or
    99     all of the following commands:</para>
     98    <para>If you have <xref linkend="texlive"/> installed and wish to build PDF
     99    or Postscript documentation, issue any or all of the following
     100    commands:</para>
    100101
    101 <screen><userinput>texi2pdf  slib.texi &amp;&amp;
    102 texi2dvi  slib.texi &amp;&amp;
    103 dvips  -o slib.ps  slib.dvi</userinput></screen>
     102<screen><userinput>texi2pdf slib.texi &amp;&amp;
     103texi2dvi slib.texi &amp;&amp;
     104dvips -o slib.ps slib.dvi</userinput></screen>
    104105
    105106    <para>This package does not come with a functional test suite.</para>
    106107
    107     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     108    <para>Now, as the <systemitem class="username">root</systemitem>
     109    user:</para>
    108110
    109 <screen role="root"><userinput>make prefix=/usr/ \
    110      libdir=/usr/share/ \
    111      man1dir=/usr/share/man/man1 \
    112      infodir=/usr/share/info/ \
    113   install installinfo &amp;&amp;
    114 
    115 install -v -m755 -d /usr/share/doc/slib-&slib-version;  &amp;&amp;
    116 install -v -m644    ANNOUNCE FAQ README slib.{txt,html} \
    117                     /usr/share/doc/slib-&slib-version;</userinput></screen>
    118 
    119     <para>If you have <xref linkend="guile"/> installed, create the following
    120     symbolic link as the <systemitem class="username">root</systemitem> user to
    121     satisfy <application>Guile</application>'s default
    122     <quote>Implementation Vicinity</quote> directory.</para>
    123 
    124 <screen role="root"><userinput>ln -v -s ../slib /usr/share/guile</userinput></screen>
     111<screen role="root"><userinput>make install &amp;&amp;
     112ln -v -s ../slib /usr/share/guile &amp;&amp;
     113guile -c "(use-modules (ice-9 slib)) (require 'printf)" &amp;&amp;
     114install -v -m755 -d /usr/share/doc/slib-&slib-version; &amp;&amp;
     115install -v -m644 ANNOUNCE FAQ README slib.{txt,html} /usr/share/doc/slib-&slib-version;</userinput></screen>
    125116
    126117    <para>If you built any of the optional documentation, install it using the
     
    128119    user:</para>
    129120
    130 <screen role="root"><userinput>install -v -m644 slib.{pdf,dvi,ps} \
    131                  /usr/share/doc/slib-&slib-version;</userinput></screen>
    132 
     121<screen role="root"><userinput>install -v -m644 slib.{pdf,dvi,ps} /usr/share/doc/slib-&slib-version;</userinput></screen>
    133122  </sect2>
    134123
     
    138127    <para><command>sed -i 's|usr/lib|usr/share|' RScheme.init</command>:
    139128    This command is used to change the <envar>libdir</envar> variable embedded
    140     in the script to match the installation variable.</para>
     129    in the script to match the installation.</para>
     130
     131    <para><option>--libdir=/usr/share</option>: This option puts the installed
     132    in files <filename class="directory">/usr/share/slib</filename> instead of
     133    <filename class="directory">/usr/lib/slib</filename>.</para>
     134
     135    <para><command>ln -v -s ../slib /usr/share/guile</command>: This command
     136    puts a symbolic link to the <application>slib</application> files in
     137    <application>Guile</application>'s default <quote>Implementation
     138    Vicinity</quote>.</para>
     139
     140    <para><command>guile -c "(use-modules (ice-9 slib)) (require
     141    'printf)"</command>: This command creates a guile catalog of the
     142    <application>slib</application> files.</para>
    141143
    142144    <para><command>make ... install installinfo</command>: This command
    143145    installs the package and the <command>info</command> documentation into the
    144146    indicated directories.</para>
    145 
    146   </sect2>
    147 
    148   <sect2 role="configuration" id="slib-config">
    149     <title>Configuring SLIB</title>
    150 
    151     <para>For many of the Scheme implementations, an
    152     <application>SLIB</application> Scheme implementation catalog  must be
    153     created. If you have <xref linkend="guile"/> installed to support a
    154     <application>GnuCash</application> installation, you must create a
    155     catalog. You can use the <command>make catalogs</command> command, but
    156     there will be many warnings and confusing messages as it tries to create
    157     a catalog for many of the possible Scheme implementations which are
    158     probably not installed on the system. To create a single catalog just
    159     for the <application>Guile</application> installation, issue the following
    160     command as the <systemitem class="username">root</systemitem> user:</para>
    161 
    162 <screen role="root"><userinput>guile -l guile.init \
    163       -c "(use-modules (ice-9 slib)) (require 'new-catalog)"</userinput></screen>
    164 
    165     <para>If there was no output from the previous command, and the file
    166     <filename>/usr/share/guile/1.8/slibcat</filename> now exists, the catalog
    167     was properly created.</para>
    168 
    169147  </sect2>
    170148
     
    202180        </listitem>
    203181      </varlistentry>
    204 
    205182    </variablelist>
    206 
    207183  </sect2>
    208 
    209184</sect1>
  • introduction/welcome/changelog.xml

    r16bc1d51 ra4a52f4  
    7878          <para>[ken] - added nemiver-0.9.0 from Wayne.</para>
    7979        </listitem>
     80        <listitem>
     81          <para>[abenton] - Gnucash-2.4.10 and Slib-3b3.</para>
     82        </listitem>
    8083      </itemizedlist>
    8184    </listitem>
  • template/template.xml

    r16bc1d51 ra4a52f4  
    4949    This is useful for...</para>
    5050
     51    <!-- if it builds but hasn't been tested: -->
     52    &lfs70_built;
     53    <!-- if it works: -->
     54    &lfs70_checked;
     55
     56
    5157    <bridgehead renderas="sect3">Package Information</bridgehead>
    5258    <itemizedlist spacing="compact">
  • xsoft/office/gnucash.xml

    r16bc1d51 ra4a52f4  
    55  %general-entities;
    66
    7   <!ENTITY gnucash-download-http  "http://www.gnucash.org/pub/gnucash/sources/stable/gnucash-&gnucash-version;.tar.bz2">
    8   <!ENTITY gnucash-download-ftp   "ftp://ftp.at.gnucash.org/pub/gnucash/sources/stable/2.2.4/gnucash-&gnucash-version;.tar.bz2">
    9   <!ENTITY gnucash-src-md5sum     "f521cea858ee7223325114ec98de86ca">
    10   <!ENTITY gnucash-size           "6.8 MB">
    11   <!ENTITY gnucash-buildsize      "163 MB (additional 50 MB if running test suite; additional 124 MB for API docs)">
    12   <!ENTITY gnucash-time           "3.1 SBU (additional 1.8 SBU to run the test suite; additional 0.3 SBU for docs)">
    13   <!ENTITY gnucash-docs-version   "2.2.0">
    14   <!ENTITY gnucash-docs-download  "http://www.gnucash.org/pub/gnucash/sources/stable/gnucash-docs-&gnucash-docs-version;.tar.gz">
    15   <!ENTITY gnucash-docs-md5sum    "97a29e499baca1807a3944ae3c0ad61e">
    16   <!ENTITY gnucash-docs-size      "10.0 MB">
    17   <!ENTITY gnucash-docs-buildsize "27 MB (additional 41 MB for html and pdf)">
    18   <!ENTITY gnucash-docs-time      "less than 0.1 SBU (additional 0.4 SBU for html and pdf)">
     7  <!ENTITY gnucash-download-http
     8  "&sourceforge-repo;/gnucash/gnucash-&gnucash-version;.tar.bz2">
     9  <!ENTITY gnucash-download-ftp
     10  " ">
     11  <!ENTITY gnucash-src-md5sum     "eebcf231beffe39a9c1b5f09625bb38e">
     12  <!ENTITY gnucash-size           "8.9 MB">
     13  <!ENTITY gnucash-buildsize      "234 MB">
     14  <!ENTITY gnucash-time           "2.2 SBU">
     15  <!ENTITY gnucash-docs-version   "2.4.1">
     16  <!ENTITY gnucash-docs-download
     17  "&sourceforge-repo;/gnucash/gnucash-docs-&gnucash-docs-version;.tar.gz">
     18  <!ENTITY gnucash-docs-md5sum    "38daeb3b15f296726ee8124122040f08">
     19  <!ENTITY gnucash-docs-size      "32.5 MB">
     20  <!ENTITY gnucash-docs-buildsize "27 MB">
     21  <!ENTITY gnucash-docs-time      "0.5 SBU">
    1922]>
    2023
     
    4245    <itemizedlist spacing="compact">
    4346      <listitem>
    44         <para>Download (HTTP): <ulink url="&gnucash-download-http;"/></para>
    45       </listitem>
    46       <listitem>
    47         <para>Download (FTP): <ulink url="&gnucash-download-ftp;"/></para>
    48       </listitem>
    49       <listitem>
    50         <para>Download MD5 sum: &gnucash-src-md5sum;</para>
    51       </listitem>
    52       <listitem>
    53         <para>Download size: &gnucash-size;</para>
    54       </listitem>
    55       <listitem>
    56         <para>Estimated disk space required: &gnucash-buildsize;</para>
    57       </listitem>
    58       <listitem>
    59         <para>Estimated build time: &gnucash-time;</para>
     47        <para>
     48          Download (HTTP): <ulink url="&gnucash-download-http;"/>
     49        </para>
     50      </listitem>
     51      <listitem>
     52        <para>
     53          Download (FTP): <ulink url="&gnucash-download-ftp;"/>
     54        </para>
     55      </listitem>
     56      <listitem>
     57        <para>
     58          Download MD5 sum: &gnucash-src-md5sum;
     59        </para>
     60      </listitem>
     61      <listitem>
     62        <para>
     63          Download size: &gnucash-size;
     64        </para>
     65      </listitem>
     66      <listitem>
     67        <para>
     68          Estimated disk space required: &gnucash-buildsize;
     69        </para>
     70      </listitem>
     71      <listitem>
     72        <para>
     73          Estimated build time: &gnucash-time;
     74        </para>
    6075      </listitem>
    6176    </itemizedlist>
    6277
    6378    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    64     <itemizedlist spacing='compact'>
    65       <listitem>
    66         <para>Help documentation: <ulink url="&gnucash-docs-download;"/></para>
    67       </listitem>
    68       <listitem>
    69         <para>Download MD5 sum: &gnucash-docs-md5sum;</para>
    70       </listitem>
    71       <listitem>
    72         <para>Download size: &gnucash-docs-size;</para>
    73       </listitem>
    74       <listitem>
    75         <para>Estimated disk space required: &gnucash-docs-buildsize;</para>
    76       </listitem>
    77       <listitem>
    78         <para>Estimated build time: &gnucash-docs-time;</para>
     79    <itemizedlist spacing="compact">
     80      <listitem>
     81        <para>
     82          Required patch:
     83          <ulink url="&patch-root;/gnucash-&gnucash-version;-guile-2_fixes-1.patch"/>
     84        </para>
     85      </listitem>
     86      <listitem>
     87        <para>
     88          Optional Help documentation: <ulink url="&gnucash-docs-download;"/>
     89        </para>
     90      </listitem>
     91      <listitem>
     92        <para>
     93          Download MD5 sum: &gnucash-docs-md5sum;
     94        </para>
     95      </listitem>
     96      <listitem>
     97        <para>
     98          Download size: &gnucash-docs-size;
     99        </para>
     100      </listitem>
     101      <listitem>
     102        <para>
     103          Estimated disk space required: &gnucash-docs-buildsize;
     104        </para>
     105      </listitem>
     106      <listitem>
     107        <para>
     108          Estimated build time: &gnucash-docs-time;
     109        </para>
    79110      </listitem>
    80111    </itemizedlist>
     
    83114
    84115    <bridgehead renderas="sect4">Required</bridgehead>
    85     <para role="required"><xref linkend="guile"/>,
    86     <xref linkend="slib"/>,
    87     <xref linkend="goffice"/>, and
    88     <xref linkend="gtkhtml"/></para>
     116    <para role="required">
     117      <xref linkend="guile"/>,
     118      <xref linkend="libgnomeui"/>,
     119      <xref linkend="gnome-vfs"/>,
     120      <xref linkend="slib"/> and
     121      <xref linkend="goffice"/>.
     122      <xref linkend="gtkhtml"/> or
     123      <xref linkend="webkitgtk"/> (configured <option>--with-gtk=2.0</option>).
     124    </para>
    89125
    90126    <bridgehead renderas="sect4">Optional</bridgehead>
    91     <para role="optional"><xref linkend="postgresql"/>,
    92     <ulink url="ftp://ftp.gnu.org/pub/gnu/guile/">Guile-www</ulink>, and
    93     <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink></para>
     127    <para role="optional">
     128      <ulink url="http://libdbi.sourceforge.net/">libdbi</ulink> and
     129      <ulink url="ftp://ftp.gnu.org/pub/gnu/guile/">Guile-www</ulink>
     130    </para>
    94131
    95132    <bridgehead renderas="sect4">Optional (Required for the Help System)</bridgehead>
    96     <para role="optional"><xref linkend="scrollkeeper"/> and
    97     <xref linkend="yelp"/> (run-time requirement to view the Help documents)</para>
     133    <para role="optional">
     134      <xref linkend="rarian"/> and
     135      <xref linkend="yelp"/> (run-time requirement to view the Help documents).
     136    </para>
    98137
    99138    <bridgehead renderas="sect4">Optional (for On-Line Banking)</bridgehead>
    100     <para role="optional"><ulink
    101     url="http://libofx.sourceforge.net/">LibOFX</ulink>
    102     (requires <xref linkend="opensp"/> and <xref linkend="curl"/>),
    103     <ulink url="http://sourceforge.net/projects/ktoblzcheck">KtoBlzCheck</ulink>,
    104     and <ulink url="http://www.aquamaniac.de/aqbanking/">AqBanking</ulink>
    105     (requires <ulink
    106     url="http://gwenhywfar.sourceforge.net/">Gwenhywfar</ulink>
    107     and <ulink url="http://www.libchipcard.de/">libchipcard3</ulink>)</para>
    108 
    109     <para condition="html" role="usernotes">User Notes:
    110     <ulink url="&blfs-wiki;/gnucash"/></para>
     139    <para role="optional">
     140      <ulink url="http://libofx.sourceforge.net/">LibOFX</ulink> (requires
     141      <xref linkend="opensp"/> and <xref linkend="curl"/>),
     142      <ulink url="http://sourceforge.net/projects/ktoblzcheck">KtoBlzCheck</ulink> and
     143      <ulink url="http://www.aquamaniac.de/aqbanking/">AqBanking</ulink> (requires
     144      <ulink url="http://gwenhywfar.sourceforge.net/">Gwenhywfar</ulink> and
     145      <ulink url="http://www.libchipcard.de/">libchipcard3</ulink>)
     146    </para>
     147
     148    <para condition="html" role="usernotes">
     149      User Notes: <ulink url="&blfs-wiki;/gnucash"/>
     150    </para>
    111151
    112152  </sect2>
     
    118158    commands:</para>
    119159
    120 <screen><userinput>sed -i 's|xml::${sysconfdir}|xml::${GNOME_SYSCONFDIR}|' configure &amp;&amp;
    121 
    122 ./configure \
    123     --prefix=/usr \
    124     --sysconfdir=/etc \
    125     --libexecdir=/usr/lib \
    126     --with-gconf-schema-file-dir=$GNOME_SYSCONFDIR/gconf/schemas &amp;&amp;
     160<screen><userinput>patch -p1 &lt; ../gnucash-&gnucash-version;-guile-2_fixes-1.patch &amp;&amp;
     161./configure --prefix=${GNOME_PREFIX} --sysconfdir=${GNOME_SYSCONFDIR} &amp;&amp;
    127162make</userinput></screen>
    128163
    129     <para>If you wish to create the API documentation in HTML format, you must
    130     have <xref linkend="doxygen"/> and <xref linkend="graphviz"/> installed,
    131     then issue: <command>make doc</command>. If you wish to create the API
    132     Design Guide in several formats, you must have <!--<xref linkend="tetex"/> or-->
    133     <xref linkend="texlive"/> installed and issue:
    134     <command>make -C src/doc/design html pdf ps</command>.</para>
    135 
    136     <para>To test the results, issue: <command>make check</command>. All tests
    137     should pass. An easy way to look at the results of the tests is to issue
    138     <command>grep -A1 ============== check.log</command> (this is assuming you
    139     redirected the output from the tests to the indicated filename).</para>
    140 
    141     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    142 
    143 <screen role='root'><userinput>make install &amp;&amp;
    144 
    145 mv -v /usr/share/gnucash/doc /usr/share/doc/gnucash-&gnucash-version; &amp;&amp;
    146 ln -v -s ../doc/gnucash-&gnucash-version; /usr/share/gnucash/doc &amp;&amp;
    147 
    148 for FILENAME in doc/{misc*,gnome*,generic*,build*}.txt \
    149                 doc/{gtkrc*,TRANSLATION_HOWTO,README.translator.txt} \
    150                 doc/README.{build-system,OFX,HBCI}
    151 do
    152     install -v -m644 ${FILENAME} /usr/share/doc/gnucash-&gnucash-version;
    153 done &amp;&amp;
    154 
    155 install -v -m755 -d /usr/share/doc/gnucash-&gnucash-version;/api/engine &amp;&amp;
    156 install -v -m644    src/doc/{TODO*,*.txt,*.html} \
    157                     /usr/share/doc/gnucash-&gnucash-version;/api &amp;&amp;
    158 install -v -m644    src/engine/*.txt \
    159                     /usr/share/doc/gnucash-&gnucash-version;/api/engine</userinput></screen>
    160 
    161     <para>If you built the API HTML or Design Guide documentation, issue the
    162     following commands (modified as necessary, depending on what docs are
    163     being installed) as the <systemitem class="username">root</systemitem>
    164     user:</para>
    165 
    166 <screen role='root'><userinput>install -v -m755 -d /usr/share/doc/gnucash-&gnucash-version;/{design,api}/html &amp;&amp;
    167 install -v -m644    src/doc/design/gnucash-design.html/* \
    168                     /usr/share/doc/gnucash-&gnucash-version;/design/html &amp;&amp;
    169 install -v -m644    src/doc/design/gnucash-design.{pdf,ps,dvi} \
    170                     /usr/share/doc/gnucash-&gnucash-version;/design &amp;&amp;
    171 install -v -m644    src/doc/html/* \
    172                     /usr/share/doc/gnucash-&gnucash-version;/api/html</userinput></screen>
    173 
    174     <para>If you want to install the Help documentation system, you must have
    175     <xref linkend="scrollkeeper"/> installed. Then unpack the additional
    176     tarball, change into the
    177     <filename class='directory'>gnucash-docs-&gnucash-docs-version;</filename>
    178     source directory and issue the following commands as an unprivileged
    179     user:</para>
    180 
    181 <screen><userinput>./configure --prefix=/usr \
    182             --localstatedir=/var/lib &amp;&amp;
     164    <para>
     165      If you wish to create the API documentation in HTML format, you must
     166      have <xref linkend="doxygen"/> and <xref linkend="graphviz"/> installed,
     167      then issue: <command>make doc</command>. If you wish to create the API
     168      Design Guide in several formats, you must have <xref linkend="texlive"/>
     169      installed and issue: <command>make -C src/doc/design html pdf
     170      ps</command>.
     171    </para>
     172
     173    <para>
     174      To test the results, issue: <command>make check</command>.
     175    </para>
     176
     177    <para>
     178      Now, as the <systemitem class="username">root</systemitem> user:
     179    </para>
     180
     181<screen role="root"><userinput>make install</userinput></screen>
     182
     183    <para>
     184      If you want to install the Help documentation system, you must have
     185      <xref linkend="yelp"/> and <xref linkend="rarian"/> installed in order to
     186      view the Help documents. Unpack the additional tarball, change into the
     187      <filename class="directory">gnucash-docs-&gnucash-docs-version;</filename>
     188      source directory and issue the following commands as an unprivileged
     189      user:
     190    </para>
     191
     192<screen><userinput>./configure --prefix=${GNOME_PREFIX} &amp;&amp;
    183193make</userinput></screen>
    184194
    185     <para>HTML versions of the Help Manual and Users Guide can be created if
    186     the DocBook XML tools are installed (<xref linkend="libxslt"/>,
    187     <xref linkend="DocBook"/> and <xref linkend="docbook-xsl"/>). A PDF version
    188     of the Users Guide can be created if you have <xref linkend="docbook-utils"/>
    189     and <xref linkend="jadetex"/> installed. Issue the following commands to
    190     create the documentation (modify as appropriate for your desires):</para>
    191 
    192 <screen><userinput>make -C help  html &amp;&amp;
    193 make -C guide html &amp;&amp;
     195    <para>
     196      HTML versions of the Users Guide can be created if the DocBook XML tools
     197      are installed (<xref linkend="libxslt"/>, <xref linkend="DocBook"/> and
     198      <xref linkend="docbook-xsl"/>). A PDF version of the Users Guide can be
     199      created if you have <xref linkend="docbook-utils"/>,
     200      <xref linkend="jadetex"/> and <xref linkend="fop"/> installed.
     201      Issue the following commands to create the documentation:
     202    </para>
     203
     204<screen><userinput>make -C guide html &amp;&amp;
    194205make -C guide pdf</userinput></screen>
    195206
    196     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    197 
    198 <screen role='root'><userinput>make install</userinput></screen>
    199 
    200     <para>If you built the Help Manual or Users Guide, install them using the
    201     following commands as the <systemitem class="username">root</systemitem>
    202     user (modify as necessary):</para>
    203 
    204 <screen role='root'><userinput>install -v -m755 -d /usr/share/doc/gnucash-&gnucash-docs-version;/{users_guide,help} &amp;&amp;
    205 cp -v -R            help/C/gnucash-help/* \
    206                     /usr/share/doc/gnucash-&gnucash-docs-version;/help &amp;&amp;
    207 cp -v -R            guide/C/gnucash-guide/* \
    208                     /usr/share/doc/gnucash-&gnucash-docs-version;/users_guide &amp;&amp;
    209 install -v -m644    guide/C/gnucash-guide.pdf \
    210                     /usr/share/doc/gnucash-&gnucash-docs-version;</userinput></screen>
    211 
    212     <para>Note that you must have <xref linkend="yelp"/> installed in order to
    213     view the Help documents using the default
    214     <application>GnuCash</application> method.</para>
    215 
     207    <para>
     208      Now, as the <systemitem class="username">root</systemitem> user:
     209    </para>
     210
     211<screen role="root"><userinput>make install</userinput></screen>
     212
     213    <para>
     214      If you built the Users Guide, install it as the
     215      <systemitem class="username">root</systemitem> user:
     216    </para>
     217
     218<screen role="root"><userinput>mkdir -p ${GNOME_PREFIX}/share/doc/gnucash-&gnucash-docs-version; &amp;&amp;
     219cp -v -R guide/C/gnucash-guide/* ${GNOME_PREFIX}/share/doc/gnucash-&gnucash-docs-version; &amp;&amp;
     220cp -v guide/C/gnucash-guide.pdf ${GNOME_PREFIX}/share/doc/gnucash-&gnucash-docs-version;</userinput></screen>
    216221  </sect2>
    217222
     
    219224    <title>Command Explanations</title>
    220225
    221     <para><command>sed -i 's|xml::${sysconfdir}|xml::${GNOME_SYSCONFDIR}|'
    222     configure</command>: This command is used because the location of the
    223     <application>GConf</application> source database is hard-coded into
    224     the <command>configure</command> script as
    225     <filename class='directory'><envar>$sysconfdir</envar>/gconf</filename>
    226     (rendering the <option>--with-gconf-source</option> parameter useless).
    227     The modification ensures that the <application>GConf</application> database
    228     is properly updated while still allowing the package configuration files
    229     to be installed in
    230     <filename class='directory'>/etc/gnucash</filename>.</para>
    231 
    232     <para><parameter>--sysconfdir=/etc</parameter>: This installs configuration
    233     files in <filename class='directory'>/etc/gnucash</filename> instead of
    234     <filename class='directory'>/usr/etc/gnucash</filename>.</para>
    235 
    236     <para><parameter>--with-gconf-schema-file-dir=$GNOME_SYSCONFDIR/gconf/schemas</parameter>:
    237     This parameter ensures that the <application>GConf</application> schema
    238     files are installed in the proper location instead of
    239     <filename class='directory'>/etc/gconf</filename>.</para>
    240 
    241     <para><command>mv -v /usr/share/gnucash/doc
    242     /usr/share/doc/gnucash-&gnucash-version;</command> and
    243     <command>ln -v -s ../doc/gnucash-&gnucash-version;
    244     /usr/share/gnucash/doc</command>: These commands are used to relocate the
    245     documentation files to the customary location and create a symbolic link
    246     to the original location.</para>
    247 
    248     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    249     href="../../xincludes/scrollkeeper-dir.xml"/>
    250 
    251     <para><option>--enable-sql</option>: This parameter is required if you want
    252     to build in SQL support using <application>PostgreSQL</application>.</para>
    253 
    254     <para><option>--enable-hbci</option>: This parameter is required if you
    255     want to build in on-line banking support using
    256     <application>AqBanking</application>. See
    257     <filename>doc/README.HBCI</filename> in the
    258     <application>GnuCash</application> source tree for complete
    259     information.</para>
    260 
     226    <para>
     227      <parameter>--sysconfdir=${GNOME_SYSCONFDIR}</parameter>: This installs
     228      configuration files in
     229      <filename class="directory">${GNOME_SYSCONFDIR}/gnucash</filename> instead
     230      of <filename class="directory">/usr/etc/gnucash</filename>.
     231    </para>
     232
     233    <para>
     234      <option>--with-html-engine=webkit</option>: Add this option to use
     235      <xref linkend="webkitgtk"/> (configured <option>--with-gtk=2.0</option>)
     236      instead of <xref linkend="gtkhtml"/>.
     237    </para>
     238
     239    <para>
     240      <option>--disable-dbi</option>: Add this option if you've not installed
     241      <application>libdbi</application>.
     242    </para>
    261243  </sect2>
    262244
     
    267249      <title>Configuration Information</title>
    268250
    269       <para>If you wish to use <application>GnuCash</application> to retrieve
    270       stock price quotes, you'll need to
    271       install the following <application>Perl</application> modules:
    272       <xref linkend="perl-lwp"/>,
    273       <xref linkend="perl-date-manip"/>,
    274       <xref linkend="perl-html-parser"/>,
    275       <xref linkend="perl-html-tableextract"/>,
    276       <xref linkend="perl-crypt-ssleay"/>, and
    277       <xref linkend="perl-finance-quote"/>. Alternatively, you can run the
    278       <command>/usr/bin/gnc-fq-update</command> script as the
    279       <systemitem class="username">root</systemitem> user.</para>
    280 
     251      <para>
     252        If you wish to use <application>GnuCash</application> to retrieve
     253        stock price quotes, you'll need to
     254        install the following <application>Perl</application> modules:
     255        <xref linkend="perl-lwp"/>, <xref linkend="perl-date-manip"/>,
     256        <xref linkend="perl-html-parser"/>,
     257        <xref linkend="perl-html-tableextract"/>,
     258        <xref linkend="perl-crypt-ssleay"/>, and
     259        <xref linkend="perl-finance-quote"/>. Alternatively, you can run the
     260        <command>gnc-fq-update</command> script as the
     261        <systemitem class="username">root</systemitem> user.
     262      </para>
    281263    </sect3>
    282 
    283264  </sect2>
    284265
     
    292273
    293274      <seglistitem>
    294         <seg>gnc-fq-check, gnc-fq-dump, gnc-fq-helper, gnc-fq-update,
    295         gnc-test-env, gnucash, gnucash-bin, gnucash-env, gnucash-make-guids,
    296         gnucash-valgrind, and update-gnucash-gconf</seg>
    297         <seg>libgnc-backend-file-utils.so, libgnc-backend-postgres.so,
    298         libgnc-business-ledger.so,libgnc-core-utils.so, libgnc-gnome.so,
    299         libgnc-module.so, libgnc-qof.so and numerous support libraries
    300         installed in
    301         <filename class='directory'>/usr/lib/gnucash</filename></seg>
    302         <seg>/etc/gnucash,
    303         /usr/include/gnucash,
    304         /usr/lib/gnucash,
    305         and the following subdirectories of /usr/share/:
    306         doc/gnucash-&gnucash-version;,
    307         gnome/help/gnucash,
    308         gnucash,
    309         omf/gnucash-docs, and
    310         /xml/gnucash</seg>
     275        <seg>
     276          gnc-fq-check, gnc-fq-dump, gnc-fq-helper, gnc-fq-update,
     277          gnucash, gnucash-env, gnucash-make-guids, gnucash-valgrind and
     278          update-gnucash-gconf
     279        </seg>
     280        <seg>
     281          libgnc-backend-sql.so, libgnc-backend-xml-utils.so,
     282          libgnc-business-ledger.so,libgnc-core-utils.so, libgnc-gnome.so,
     283          libgnc-module.so, libgnc-qof.so and numerous support libraries
     284          installed in <filename class="directory">/usr/lib/gnucash</filename>
     285        </seg>
     286        <seg>
     287          ${GNOME_SYSCONFDIR}/gnucash, ${GNOME_PREFIX}/include/gnucash,
     288          ${GNOME_PREFIX}/lib/gnucash, ${GNOME_PREFIX}/libexec/gnucash and
     289          ${GNOME_PREFIX}/share/doc/gnucash-&gnucash-version;.
     290        </seg>
    311291      </seglistitem>
    312292    </segmentedlist>
     
    326306        </listitem>
    327307      </varlistentry>
    328 
    329308    </variablelist>
    330 
    331   </sect2>
    332 
     309  </sect2>
    333310</sect1>
  • xsoft/office/office.xml

    r16bc1d51 ra4a52f4  
    2323  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="abiword.xml"/>
    2424  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnumeric.xml"/>
    25   <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnucash.xml"/> -->
     25  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnucash.xml"/>
    2626  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="evolution.xml"/>
    2727
Note: See TracChangeset for help on using the changeset viewer.