Replace liboauth with kQOauth

This commit is contained in:
gcoco
2015-11-16 01:32:08 -05:00
parent 4ec38cef71
commit bb5595fcce

View File

@@ -20,7 +20,7 @@ CONTENTS
2. ADDING OPTIONAL DEPENDENCIES 2. ADDING OPTIONAL DEPENDENCIES
- FTDI D2XX - FTDI D2XX
- SRMIO - SRMIO
- liboauth - kQOAuth
- QwtPlot3d - QwtPlot3d
- libkml - libkml
- libusb - libusb
@@ -94,12 +94,12 @@ $ cd GoldenCheetah
$ ls $ ls
You should see a number of directories such as doc, qwt, src etc. If you are You should see a number of directories such as doc, qwt, src etc. If you are
building the latest development release you may need to check it out. At the wanting to build a particular release you need to checkout the release. To
time of writing the latest development release is release_3.0.0dev, if you build a release you need to checkout the code at the tag for the release.
want to build version 3 then you should perform the next command, otherwise
skip to 1.5.
$ checkout release_3.0.0dev A list of releases can be found at: https://github.com/GoldenCheetah/GoldenCheetah/tags
$ git checkout V3.3-RC1
$ ls $ ls
You will now see an updated version of this walkthrough, please jump to using You will now see an updated version of this walkthrough, please jump to using
@@ -227,7 +227,7 @@ And you're up and running.
=============================== ===============================
- SRMIO - SRMIO
- liboauth - kQOAuth
- QwtPlot3d - QwtPlot3d
- libkml - libkml
- libusb - libusb
@@ -244,12 +244,13 @@ should be taken into account.
SRMIO (git) SRMIO (git)
./configure CFLAGS="-isysroot /Developer/SDKs/MacOSX10.7.sdk -arch x86_64" CPPFLAGS=-I/usr/local/D2XX/ --disable-dependency-tracking ./configure CFLAGS="-isysroot /Developer/SDKs/MacOSX10.7.sdk -arch x86_64" CPPFLAGS=-I/usr/local/D2XX/ --disable-dependency-tracking
2.2 Liboauth - For Twitter support 2.2 kQOAuth - For OAuth Authentication
---------------------------------- --------------------------------------
oauth (0.8.8) kQOauth (0.98)
qmake
./configure CFLAGS="-isysroot /Developer/SDKs/MacOSX10.7.sdk -arch x86_64 CURL_CFLAGS="-I/Developer/SDKs/MacOSX10.7.sdk/usr/include/curl" CURL_LIBS="-lcurl" --disable-dependency-tracking
2.3 QwtPlot3d - For 3d plot support 2.3 QwtPlot3d - For 3d plot support
----------------------------------- -----------------------------------