From b25c97fc25537bc212e1eb58b886ff40a21e23c9 Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Sat, 8 Dec 2012 21:50:14 +0000 Subject: [PATCH] Update LINUX-INSTALL for 3D on Ubuntu 12.10 --- INSTALL-LINUX | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALL-LINUX b/INSTALL-LINUX index 4adc74fd1..274430f1a 100644 --- a/INSTALL-LINUX +++ b/INSTALL-LINUX @@ -237,10 +237,16 @@ 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 +On Ubuntu 12.10 I also ran +$ sudo apt-get install freeglut3 freeglut3-dev + $ cd ~/Projects/qwtplot3d Edit the qwtplot3d.pri and add CONFIG += staticlib +You will find that on modern Linuxes you also need to fix include/qwt3d_global.h by adding the line: +#include + then build $ qmake $ make