View Single Post
Posts: 4 | Thanked: 1 time | Joined on Jul 2010 @ AUSTRIA
#451
Ok, It was a lot of work for a linux beginner but now I have a working scratchbox in my Ubuntu VM.

(The ./autosh.sh error from above depends on the missing of some files. You can get it with "apt-get install makefile".)

my commands after installing the scratchbox and diablo SDK:

Code:
su - scratchboxuser
/scratchbox/login
svn co http://libgarmin.svn.sourceforge.net/svnroot/libgarmin/libgarmin/dev libgarmin
svn co https://navit.svn.sourceforge.net/svnroot/navit/trunk/navit
cd libgarmin
./autosh.sh
make
make install
cd ../..
cd navit
SBOX_DEFAULT_AUTOMAKE=1.10 ./autogen.sh
./configure
make
Now I have a new folder called navit with a lot of files in it. What I have to do with that folder?
(I have tried to build a deb with dpkg-buildpackage, but I get an error because there is no changelog file.)

If I get navit working well I will write a step-by-step how-to for noobs.

Last edited by master blue; 2010-07-18 at 17:31.
 

The Following User Says Thank You to master blue For This Useful Post: