Changeset 525

Show
Ignore:
Timestamp:
06/14/06 16:17:27
Author:
pvanhoof
Message:

Readme file updated

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/README

    r524 r525  
    11Project tinymail is an attempt to create an E-mail client framework for small 
    22devices. 
     3 
     4Building tips 
     5============= 
     6You can set the CFLAGS="-DDEVEL" environment variable to enable a debug build. 
     7 
     8For building from repository source code, you simply do something like this: 
     9 
     10./autogen.sh --prefix=/opt/tinymail  
     11make 
     12make install 
     13 
     14You can use --enable-gtk-doc to build API documentation in docs/devel/reference 
     15You can use --enable-gnome=no/yes to disable or enable some GNOME features. 
     16You can use --with-html-component=COMPONENT to select which HTML component to 
     17use. There's also the option "none" to build no HTML component. 
     18 
     19Packager tips 
     20============= 
     21You can use make dist, make distcheck and make distclean for distribution 
     22building and package preparations. You can of course use --prefix and all other 
     23typical autotools settings and configuration flags. 
    324 
    425 
     
    1536(soon) also use a GtkHTML HTMl component (recommended). 
    1637 
    17 To disable GnomeVFS and GnomePasswordDialog and gnome-keyring, you use the  
    18 --enable-gnome=no compilation option during the ./autogen.sh or ./configure. 
     38To disable GnomeVFS, icon lookups using the MIME-type, GnomePasswordDialog and 
     39gnome-keyring, you use the --enable-gnome=no compilation option during the  
     40./autogen.sh or ./configure. 
    1941 
    2042To select the HTML component you use the --with-html-component=COMPONENT