Ignore:
Timestamp:
07/12/2014 02:25:58 PM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
b82117b8
Parents:
201fca3d
Message:

Changed configure options on accountsservice bogofilter gnome-clocks pages added systemd notes to udisks2 page

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13396 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/bogofilter.xml

    r201fca3d r8b7a4ddd  
    8484    <para role="required">
    8585      <xref linkend="db"/>, or
    86       <xref linkend="sqlite"/>
    87     </para>
     86      <xref linkend="sqlite"/>, or
     87      <ulink url="http://fallabs.com/qdbm/">qdbm</ulink>
     88    </para>
     89   
     90    <bridgehead renderas="sect4">Recommended</bridgehead>
     91    <para role="recommended">
     92      <xref linkend="gsl"/>
     93    </para>
     94
     95    <note>
     96    <para>
     97      If you do not install the recommended <application>gsl</application>
     98      then a statically linked shipped version will be used instead.
     99    </para>
     100    </note>
    88101
    89102    <para condition="html" role="usernotes">
     
    100113    </para>
    101114
    102 <screen><userinput>./configure --prefix=/usr \
    103             --sysconfdir=/etc \
    104             --libexecdir=/usr/lib/bogofilter &amp;&amp;
     115<screen><userinput>./configure --prefix=/usr &amp;&amp;
    105116make</userinput></screen>
    106117
    107118    <para>
    108       To test the results, issue: <command>make -k check</command>. Two
    109       tests may fail due to problems with the tests.
     119      This application does not come with a test suite.
    110120    </para>
    111121
     
    121131
    122132    <para>
    123       <option>--disable-gtk2</option>: This switch disables building
    124       of the <application>GTK+ 2</application> immodule. Use it if
    125       you have not installed <application>GTK+ 2</application>.
     133      <option>--with-database=</option>: This switch allows you to change
     134      the default database from db to either qdbm or sqlite.
    126135    </para>
    127136
Note: See TracChangeset for help on using the changeset viewer.