Page 1 of 1

Guidance needed in installing vec2web

Posted: Sat Oct 30, 2010 5:46 pm
by ringer
I am running on Ubuntu 10.4
Have downloaded the file vec2web-2.0.4.7-1.src.tar.gz
and extracted it using...
gzip -dc vec2web-2.0.4.7-1.src.tar.gz | tar xvf -
so I now have a folder vec2web-2.0.4.7-1.src
I have run ~/vec2web-2.0.4.7-1.src/build_vec2web.sh
it is complaining 'QTDIR not set. Aborting..'

Now the instructions on your download page say...
...
Includes script to build vec2web from scratch. Requirements: the Qt developer edition, version 3.3.x.
...

but there is no instruction on where I can get 'QT developer edition, version 3.3.x' which I presume will create the QTDIR environment variable when it is installed.

I have tried 'sudo apt-get install qt3-apps-dev' in the hope this was the correct package but it seems not as I still do not have a $QTDIR environment variable

can you please tell me what to download e.g sudo apt-get install qt#####