Installation Version 0.99.2

  1. Download Source von http://tangogps.org
  2. Installation von Dev-Libs:
    $ sudo aptitude install libgtk2.0-dev libgconf2-dev libxml2-dev libcurl4-gnutls-dev libsqlite3-dev libexif-gtk-dev libexif-dev build-essential checkinstall
    
  3. Sources auspacken und in das Verzeichnis wechseln
  4. Kompilieren & Ausführen:
#Auspacken
tar -vxzf tangogps-0.99.2.tar.gz
cd tangogps-0.99.2

sudo aptitude install libgtk2.0-dev libgconf2-dev libxml2-dev libcurl4-gnutls-dev libsqlite3-dev libexif-gtk-dev libexif-dev build-essential checkinstall

./configure --prefix=/usr
make

#Ausführen
src/tangogps
cd ..

Installation Version 0.99.1

  1. Download Source von http://tangogps.org
  2. Installation von Dev-Libs:
    $ sudo aptitude install libgtk2.0-dev libgconf2-dev libxml2-dev libcurl4-gnutls-dev libsqlite3-dev libexif-gtk-dev libexif-dev build-essential checkinstall
    
  3. Sources auspacken und in das Verzeichnis wechseln
  4. Patchen:
    $ mv src/util.h src/util.h_org; echo -e "#include <stdio.h>\n#include <string.h>\n" > src/util.h; cat src/util.h_org >> src/util.h
    
  5. In der Bash:
    $ ./configure
    
  6. Wenn alles ok war:
    $ make
    
  7. Ausführen:
    $ src/tangogps
    

Track konvertieren

Am einfachsten das Skript vom TangoGPS-Programmierer verwenden: http://www.tangogps.org/downloads/convert2gpx.pl

 
infos/linux/tangogps.txt · Zuletzt geändert: 2010/10/06 00:13 (Externe Bearbeitung)
 
Falls nicht anders bezeichnet, ist der Inhalt dieses Wikis unter der folgenden Lizenz veröffentlicht:CC Attribution-Noncommercial-No Derivative Works 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki