Tinymail

From OLPC
Revision as of 20:44, 31 July 2006 by 84.192.226.126 (talk)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Building a tinymail suitable for OLPC

svn co https://svn.tinymail.org/svn/camel-lite-builder
svn co https://svn.tinymail.org/svn/tinymail
cd camel-lite-builder/trunk
./getcamel.sh
./autogen.sh --prefix=/opt/camel
make && make install
cd ../tinymail/trunk
PKG_CONFIG_PATH=/opt/camel/lib/pkgconfig ./autogen.sh --prefix=/opt/tinymail-olpc --with-platform-olpc --enable-python-bindings
make && make install