diff --git a/INSTALL-LINUX b/INSTALL-LINUX index c42c84567..128d69573 100644 --- a/INSTALL-LINUX +++ b/INSTALL-LINUX @@ -27,7 +27,6 @@ CONTENTS - FTDI D2XX - SRMIO - liboauth - - libkml - libvlc - Video playback in training mode - libical - Diary window and CalDAV support (external calendar integration) - libusb - If you want support for using USB2 sticks in Train View @@ -205,51 +204,6 @@ $ make You now have SRM support built in. -LIBKML - For export to Google Earth ------------------------------------ - -You will need Google Earth 5.2 or later and therefore libkml that supports this. - -$ sudo apt-get install libkml-dev - -if this does not work you will need to build from source: - - $ sudo apt-get install subversion - $ sudo apt-get install expat libexpat1 libexpat1-dev - - Once svn is installed you can grab the libkml source, configure, build and - install: - $ cd ~/Projects - $ svn checkout http://libkml.googlecode.com/svn/trunk/ libkml - $ cd libkml - - You will need automake and friends (see SRMIO above) - $ sh autogen.sh - $ ./configure - $ make - $ make install - $ sudo make install - - If you get errors about use of 'long long' then edit: - - src/kml/{convenience,dom,engine,regionator,xsd}/Makefile - - examples/{engine,gpx,gx,hellonet,helloworld,regionator,xsd}/Makefile - - and look for the flag -pedantic and remove it. I got this on Linux 64bit builds ymmv. - -Once libkml is installed: - -$ cd ~/Projects/GoldenCheetah/src -$ vi gcconfig.pri - -Ensure KML_INSTALL=/usr/local - -Make clean is needed if you have previously built, since source files examine -#defines before including this feature. You can skip it if you know why ;) -$ make clean -$ qmake -$ make - -You can now export rides to Google Earth kml format. - LIBICAL - Diary integration with Google or MobileMe calendars ------------------------------------------------------------- diff --git a/INSTALL-MAC b/INSTALL-MAC index 454b3db5d..8af572716 100644 --- a/INSTALL-MAC +++ b/INSTALL-MAC @@ -30,7 +30,6 @@ CONTENTS 2. ADDING OPTIONAL DEPENDENCIES - FTDI D2XX - SRMIO - - libkml - libusb - libical @@ -251,7 +250,6 @@ $ open src/GoldenCheetah.app =============================== - SRMIO - - libkml - libusb - libical @@ -266,19 +264,7 @@ should be taken into account. SRMIO (git) ./configure CFLAGS="-isysroot /Developer/SDKs/MacOSX10.7.sdk -arch x86_64" CPPFLAGS=-I/usr/local/D2XX/ --disable-dependency-tracking -2.2 libkml - For export to Google Earth ---------------------------------------- - -expat (2.0.1) -./configure CFLAGS="-isysroot /Developer/SDKs/MacOSX10.7.sdk -arch x86_64" --disable-dependency-tracking - -libkml (pulled down from the svn repo) - -./configure CFLAGS="-isysroot /Developer/SDKs/MacOSX10.7.sdk -arch x86_64" --disable-dependency-tracking --with-expat-include-dir=/usr/local/include --with-expat-lib-dir=/usr/local/lib --disable-swig CXXFLAGS="-isysroot /Developer/SDKs/MacOSX10.7.sdk -arch x86_64" - -note: the added CXXFLAGS helped clear the -Werror flag that stopped compilation. - -2.3 libusb - For Garmin USB2 stick support +2.2 libusb - For Garmin USB2 stick support ------------------------------------------ libusb (0.1.12) @@ -295,7 +281,7 @@ make install note: that the sed line updates some commands in libtool. not sure why the arch clags are not getting passed. -2.4 libical +2.3 libical ----------- libical (0.46) diff --git a/INSTALL-WIN32 b/INSTALL-WIN32 index 2a88f9a41..6796990f2 100644 --- a/INSTALL-WIN32 +++ b/INSTALL-WIN32 @@ -165,10 +165,6 @@ Info: I plan to provide a pre-compiled set of the dependencies for the Windows v The version currently used is: "CDM v2.10.00 WHQL Certified" - while there are more recent version available for download. -- Google Earth .kml files (export) - -- Is part of the official build as a static lib - build is done with MSVC2015 - the build uses Release 1.2 - (path of source code has changed to https://github.com/google/libkml) - - iCal Calendar support (prerequisite for the "Diary" view) -- Is part of the official build as a static lib - the build uses Release 1.0.1 diff --git a/src/FileIO/KmlRideFile.cpp b/deprecated/KmlRideFile.cpp similarity index 100% rename from src/FileIO/KmlRideFile.cpp rename to deprecated/KmlRideFile.cpp diff --git a/src/FileIO/KmlRideFile.h b/deprecated/KmlRideFile.h similarity index 100% rename from src/FileIO/KmlRideFile.h rename to deprecated/KmlRideFile.h diff --git a/src/Gui/GcCrashDialog.cpp b/src/Gui/GcCrashDialog.cpp index 746c1ca8d..94df7f93f 100644 --- a/src/Gui/GcCrashDialog.cpp +++ b/src/Gui/GcCrashDialog.cpp @@ -184,13 +184,6 @@ QString GcCrashDialog::versionHTML() d2xx = "yes"; #endif - // -- KML ---- - QString kml = "none"; - - #ifdef GC_HAVE_KML - kml = "yes"; - #endif - // -- ICAL ---- QString ical = "none"; @@ -268,7 +261,6 @@ QString GcCrashDialog::versionHTML() "