Tinymail: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
make && make install |
make && make install |
||
cd ../tinymail/trunk |
cd ../tinymail/trunk |
||
PKG_CONFIG_PATH=/opt/camel/lib/pkgconfig ./autogen.sh --prefix=/opt/tinymail-olpc --with-platform |
PKG_CONFIG_PATH=/opt/camel/lib/pkgconfig ./autogen.sh --prefix=/opt/tinymail-olpc --with-platform=olpc --enable-python-bindings |
||
make && make install |
make && make install |
Revision as of 20:46, 31 July 2006
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