Results 1 to 3 of 3

Thread: installing qt using

  1. #1
    Join Date
    Jan 2006
    Location
    Riverside, Rhode Island, USA
    Posts
    245
    Thanks
    52
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default installing qt using

    Hi,
    I'm running Mint 7,
    I'm doing some Qt progrgramming,
    To install Qt, I use the following:
    sudo apt-get install qt4-dev-tools
    sudo apt-get install libgtk1.2
    sudo apt-get install g++
    which works fine, but on another computer I want to use:
    qt-x11-opensource-src-4.5.2.tar.gz
    I am at
    /tmp/qt-x11-opensource-src-4.5.2
    in terminal mode
    In earlier days I apt-get g++ and another file that I can't remember, then the
    ./configure -xshape
    and then the rest of the stuff in INSTALL..
    but have been having trouble with thiis one. What files to I have to install before the "./configure?"
    Thanks

  2. #2
    Join Date
    Jul 2009
    Location
    Enschede, Netherlands
    Posts
    462
    Thanked 69 Times in 67 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: installing qt using

    I'm not exactly sure how and what you should do on debian based systems, but I think you should
    $ apt-get install build-essential

    That should get your basic build environment ready to use.

  3. The following user says thank you to franz for this useful post:

    impeteperry (30th December 2009)

  4. #3
    Join Date
    Jan 2006
    Location
    Riverside, Rhode Island, USA
    Posts
    245
    Thanks
    52
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: installing qt using "qt-sdk-linux-x86-opensource-2009.05.bin"

    with the release of 4.6 I get a "qt-sdk-linux-x86-opensource-2009.05.bin" for installation.
    I have never used a "bin" file before, but following the instructions all seems to go well until the "installation" box, but it never does anything other than say "Installing, Please wait"

    How can I download a "zip" file?

    can I use the following 3 steps as I have for 5?
    "sudo apt-get install qt4-dev-tools
    sudo apt-get install libgtk1.2
    sudo apt-get install g++

    Thanks.

Similar Threads

  1. Installing qt 4.5 on Mint 7
    By impeteperry in forum Installation and Deployment
    Replies: 0
    Last Post: 10th June 2009, 15:10
  2. Installing 32-bit static version on 64-bit machine.
    By davemar in forum Installation and Deployment
    Replies: 0
    Last Post: 18th October 2008, 11:13
  3. problem with Qt/ Windows--pls help
    By swamyonline in forum Installation and Deployment
    Replies: 8
    Last Post: 7th July 2008, 21:39
  4. Installing Qt 4.4.0 from sources
    By tom in forum Installation and Deployment
    Replies: 1
    Last Post: 21st May 2008, 07:44
  5. installing and Qt3 and Qt4 in a single machine
    By joseph in forum Installation and Deployment
    Replies: 1
    Last Post: 20th June 2007, 14:58

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.