Changeset 3221
- Timestamp:
- 12/30/07 23:48:23
- Files:
-
- trunk/docs/building.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/building.txt
r3190 r3221 32 32 svn co https://svn.tinymail.org/svn/tinymail 33 33 cd 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 35 36 make && make install 36 37 … … 63 64 svn co https://svn.tinymail.org/svn/tinymail 64 65 cd 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 66 68 make && make install 67 69 … … 75 77 svn co https://svn.tinymail.org/svn/tinymail 76 78 cd tinymail/trunk 77 ./autogen.sh --prefix=/opt/tinymail 79 ./autogen.sh --prefix=/opt/tinymail \ 80 --enable-imap-part-fetch 78 81 make && make install 79 82 … … 116 119 ------------------------- 117 120 ./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 119 122 make 120 123 make distcheck … … 137 140 138 141 CFLAGS="-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 && \ 140 144 make && sudo make install 141 145 … … 154 158 ----------------------- 155 159 CFLAGS="-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 157 162 158 163 You typically compile E-mail clients this way now: … … 188 193 CFLAGS="-DDEBUG -DDBC -O0 -g -ggdb" ./autogen.sh --with-ssl=openssl --prefix=/opt/tinymail \ 189 194 --with-platform=maemo 195 196 # Modest does not yet support --enable-imap-part-fetch correctly 197 190 198 make && make install 191 199
