maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Navit on N900 (https://talk.maemo.org/showthread.php?t=38800)

maemo.it 2010-01-17 21:44

Re: Navit on N900
 
Maybe it will be soon available on official repos?

firefox 2010-01-18 15:52

Re: Navit on N900
 
i tried to compile it with a new version of freetype2 but configure does not find the maemo location api (in scratchbox). what am i doing wrong? did someone build navit without workaround?

greets fox

schnebeck 2010-01-23 01:09

Re: Navit on N900
 
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

schnebeck 2010-01-23 13:32

Re: Navit on N900
 
2 Attachment(s)
I like it :-)

EDIT
I attach this navit.xml
You have to edit the espeak voice command otherwise you a an funny German speaker trying to tell you the way :-)

Wiener 2010-01-23 13:52

Re: Navit on N900
 
Guys, you saved my days after those bad news concerning OVI Maps for Maemo5.
I prefer OSM anyhow :-)))))

maemo.it 2010-01-23 18:44

Re: Navit on N900
 
wonderful news!
how long to insert it in repos?

Dave999 2010-01-23 18:59

Re: Navit on N900
 
wow. is this really working for n900 at the moment? or where is the screen from?

borghal 2010-01-23 19:14

Re: Navit on N900
 
Great news! Please put it in the repros, I'm eager to test it! :)

g0dzilla 2010-01-23 19:28

Re: Navit on N900
 
Wow!
Anyone else can compile .deb for N900?

maemo.it 2010-01-23 19:33

Re: Navit on N900
 
Quote:

Originally Posted by g0dzilla (Post 490849)
Wow!
Anyone else can compile .deb for N900?

I can try but I'm not sure.
It's like ubuntu?

./configure
sudo make
make install
?


All times are GMT. The time now is 18:32.

vBulletin® Version 3.8.8