Changeset 3221

Show
Ignore:
Timestamp:
12/30/07 23:48:23
Author:
pvanhoof
Message:

Documentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/building.txt

    r3190 r3221  
    3232svn co https://svn.tinymail.org/svn/tinymail 
    3333cd tinymail/trunk 
    34 ./autogen.sh --prefix=/opt/tinymail-olpc --with-platform=olpc 
     34./autogen.sh --prefix=/opt/tinymail-olpc --with-platform=olpc \ 
     35        --enable-imap-part-fetch 
    3536make && make install 
    3637 
     
    6364svn co https://svn.tinymail.org/svn/tinymail 
    6465cd tinymail/trunk 
    65 ./autogen.sh --prefix=/opt/tinymail --with-platform=gpe 
     66./autogen.sh --prefix=/opt/tinymail --with-platform=gpe \ 
     67        --enable-imap-part-fetch 
    6668make && make install 
    6769 
     
    7577svn co https://svn.tinymail.org/svn/tinymail 
    7678cd tinymail/trunk 
    77 ./autogen.sh --prefix=/opt/tinymail 
     79./autogen.sh --prefix=/opt/tinymail \ 
     80        --enable-imap-part-fetch 
    7881make && make install 
    7982 
     
    116119------------------------- 
    117120./autogen.sh --prefix=/opt/tinymail --with-html-component=mozembed \ 
    118         --enable-gtk-doc --enable-tests 
     121        --enable-gtk-doc --enable-tests --enable-imap-part-fetch 
    119122make 
    120123make distcheck 
     
    137140 
    138141CFLAGS="-DDEBUG -DDBC -D_GNU_SOURCE -O0 -Wall -g -ggdb" ./autogen.sh \ 
    139         --prefix=/opt/tinymail --enable-tests --enable-unit-tests && \ 
     142        --prefix=/opt/tinymail --enable-tests --enable-unit-tests \ 
     143        --enable-imap-part-fetch && \ 
    140144         make && sudo make install 
    141145 
     
    154158----------------------- 
    155159CFLAGS="-DDEBUG -DDBC -O0 -Wstrict-prototypes -Wall -g -ggdb" ./autogen.sh --prefix=/opt/tinymail \ 
    156         --with-platform=maemo --with-ssl=openssl && make && make install 
     160        --with-platform=maemo --with-ssl=openssl --enable-imap-part-fetch \ 
     161        && make && make install 
    157162 
    158163You typically compile E-mail clients this way now: 
     
    188193CFLAGS="-DDEBUG -DDBC -O0 -g -ggdb" ./autogen.sh --with-ssl=openssl --prefix=/opt/tinymail \ 
    189194        --with-platform=maemo 
     195 
     196# Modest does not yet support --enable-imap-part-fetch correctly 
     197 
    190198make && make install 
    191199