[Qt-interest] Installing 4.5 SDK on Linux

Donal O'Connor donaloconnor at gmail.com
Fri Apr 3 02:14:59 CEST 2009


Try

$ sudo apt-get install build-essential

You need g++ in your PATH environmental variable

export PATH=$PATH:/path/to/g++ (it should usually be in /usr/bin/g++)

On Fri, Apr 3, 2009 at 1:16 AM, Judy Duncan <jduncan at duncanimaging.com>wrote:

>  The new 4.5 SDK is a great starting point for someone new like myself,
> but it's confusing because the books and installation documentation were
> written before the SDK packaging.  Installing under Ubuntu 8.1, I downloaded
> the SDK bin file, made it executable, and ran it.  Qt Creator comes up fine,
> but the make files refer to g++ for CXX entry and when I try to do any of
> the examples from bash, the environment isn't correct.
>
> Do I do all of the steps from the earlier install instructions... i.e. run
> the Configure script, build libraries??
> On this platform, gcc is recognized - but not g++.  How can I change this?
>
> Thanks in advance,
> Judy
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090403/e1feb270/attachment.html 


More information about the Qt-interest-old mailing list