From bfed830718fcf7dd4df1eb868990cc009e3b0e4f Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Mon, 22 Aug 2011 21:27:49 +0100 Subject: [PATCH] Add qwtplot3d instructions in INSTALL-LINUX --- INSTALL-LINUX | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/INSTALL-LINUX b/INSTALL-LINUX index ec71d0273..0943f302d 100644 --- a/INSTALL-LINUX +++ b/INSTALL-LINUX @@ -233,9 +233,26 @@ Download the tarball from http://qwtplot3d.svn.sourceforge.net/viewvc/qwtplot3d/ and unarchive it into your Projects directory using archive manager. There is no version number it just creates a subdirectory called qwtplot3d -$ cd ~/Projects/qwtplot3d +You will need to install libgl and extensions, this can be done with; +$ sudo apt-get install libgl1-mesa-dev +$ sudo apt-get install libglu-dev + +$ cd ~/Projects/qwtplot3d +Edit the qwtplot3d.pri and add +CONFIG += staticlib + +then build +$ qmake +$ make + +Then to let gc know where the qwtplot3d libs are you need to edit gcconfig.pri; +$ cd ~/Projects/Live/GoldenCheetah/src +$ vi gcconfig.pri + +And uncomment the following line and set the install directory to where you build +QWT3D_INSTALL = ~/Projects/qwtplot3d + -XXX - TODO - Natty Narwhal has funky OpenGL libs XXX will sort this later! LIBKML - For export to Google Earth -----------------------------------