mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
f6eb97ec0f09dbd221e0c7e60eddeda4e5c66e75
This patch adds an 'Export to KML' option to the ride menu. It will create a .kml file including power, hr, torque etc. These can be viewed alongside the map view in Google Earth 5.2. Please note this requires libkml. The features of libkml that are required were introduced in revision 852 which means that as of Aug 2010 you will need to checkout from the SVN source repo and build; svn checkout http://libkml.googlecode.com/svn/trunk/ libkml-read-only and the ./configure mantra that worked successfully for me on Mac OS X was; ./configure CC="gcc -arch i386" CXX="g++ -arch i386" --disable-swig Building on WIN32 is currently fraught with issues, unless you build via MSVC 2010. Linux is straight forward but you will need to install / apt-get libcurl. Fixes #133.
To build cp src/gcconfig.pri.in src/gcconfig.pri cp qwt/qwtconfig.pri.in qwt/qwtconfig.pri Edit both src/gcconfig.pri and qwt/qwtconfig.pri as necessary, then qmake make To uninstall the older FTDI VCP drivers on Mac OS X, open a Terminal and type: sudo mv /System/Library/Extensions/FTDIUSBSerialDriver.kext /tmp Type your password when prompted, then restart your computer.
Description
Languages
Standard ML
68.3%
C++
28.1%
C
2.7%
Yacc
0.2%
QMake
0.2%
Other
0.1%