Tinymail
Jump to navigation
Jump to search
Information about tinymail
http://tinymail.org http://tinymail.org/API http://tinymail.org/trac/tinymail http://svn.tinymail.org/svn/tinymail
Documentation about building
https://svn.tinymail.org/svn/tinymail/trunk/docs/building.txt
Information about camel-lite-builder
http://tinymail.org/trac/camel-lite-builder http://svn.tinymail.org/svn/camel-lite-builder
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