Thread: Navit on N900
View Single Post
Posts: 127 | Thanked: 86 times | Joined on Sep 2009 @ Hannover, Germany
#13
Meanwhile I have it running :-) (Who need Ovi-Maps?)
I am in testing mode but a first install procedure for the experienced user is here.
We do this stuff in Scatchbox only the svg2png conversion is done on the desktop. Its easier than integrating the converter into arm-scratchbox

Code:
cd
wget http://mirrors.zerg.biz/nongnu/freetype/freetype-2.3.11.tar.gz
tar -xzf freetype-2.3.11.tar.gz
cd freetype-2.3.11
mkdir install
./configure --disable-shared --prefix=`pwd`/install
make && make install                                       

svn co http://navit.svn.sourceforge.net/svnroot/navit/trunk/navit/ navit
cd navit
./autogen.sh

LIBS=-lfib FREETYPE2_CFLAGS=`../freetype-2.3.11/install/bin/freetype-config --cflags` FREETYPE2_LIBS=`../freetype-2.3.11/install/bin/freetype-config --prefix`/lib/libfreetype.a ./configure --prefix=/opt/navit --disable-binding-python --disable-gui-sdl --enable-avoid-float --enable-avoid-unaligned --enable-svg2png-scaling="32,48,64" --enable-svg2png-scaling-flag="32,48,64" --enable-svg2png-scaling-nav="8,16,32,48,64" --disable-samplemap --disable-graphics-sdl --enable-vehicle-maemo --enable-debug    

make && make install
This version works - not fast but usable (300km routing in 40sec)
I only test this in real live when I have a TTS ready. So far I can only say, the programs get a GPS position. If turn by turn is good enough I dont know yet. It would be nice if Akashihi from navit wiki will write some stuff and share his experience . He is the coder of maemo5 vehicle support.

Bye

Thorsten

Last edited by schnebeck; 2010-01-23 at 01:11.
 

The Following 4 Users Say Thank You to schnebeck For This Useful Post: