Mainly I have followed this page, but some tips did not work:
http://wiki.navit-project.org/index.php ... evelopmentI have decided to cygwin:
Link does not work:
http://cygwin.com/setup.execorrect is:
http://cygwin.com/setup-x86.exeor
http://cygwin.com/setup-x86_64.exeI have got Cygwin 1.7.31-3 (32Bit):
Shortcut to bash on desktop started and changed the path to root directory of unpacked sources.
Unfortunetly “ ./autogen.sh“ was not present, so I have started
Code:
./configure
make
→ it has ended with an error message. As I was not interested on navit I have changed to subdirectory navit/maptool and repeated
Code:
make
now maptool has been compiled.
→ I had to add this command to configure.in:
Code:
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
even if I have used cygwin 1.7