On 2010-02-11 11:11-0800 Alan W. Irwin wrote:

> Qt is available in SDK (binary
> development version that requires no compilation) form at
> http://qt.nokia.com/downloads for Linux (both 32-bit and 64-bit versions),
> Windows (compatible with MinGW but not proprietary windows compilers), and
> Mac OS X.

P.S. I would highly recommend taking the default installation location (in
my case that was install_location=/home/software/qtsdk-2009.05 which is
writeable by the "software" account.  That account is an ordinary
user account with no special privileges that I use to
develop software.)  Then you make sure that $install_location/qt/bin is on
your PATH so that the

qmake --version

command gives you something like the following result for me:

QMake version 2.01a
Using Qt version 4.6.0 in /home/software/qtsdk-2009.05/qt/lib

Once "qmake --version" reports back the correct version of Qt that you want,
our CMake-based build system should do the rest, i.e., the result of a fresh
build should be a wide choice of high-quality qt-based devices,

Which reminds me it is time for me to download and install Qt-4.6.1 and test
the qt-related device results for that version.

Alan
__________________________
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state implementation
for stellar interiors (freeeos.sf.net); PLplot scientific plotting software
package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of
Linux Links project (loll.sf.net); and the Linux Brochure Project
(lbproject.sf.net).
__________________________

Linux-powered Science
__________________________

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Plplot-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to