Results 1 to 2 of 2

Thread: how to install on buntu 10

  1. #1
    Join Date
    Jul 2010
    Posts
    3
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows Symbian S60

    Default how to install on buntu 10

    how to install Qt (qt-sdk-linux-x86-opensource-2010.03.bin) on ubuntu 10.
    please i am new in linux and Qt, so i need anyone show me briefly.

    Thank you for your time......

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: how to install on buntu 10

    Go to a console window and change to the directory holding qt-sdk-linux-x86-opensource-2010.03.bin:
    bash Code:
    1. chmod +x qt-sdk-linux-x86-opensource-2010.03.bin
    2. ./qt-sdk-linux-x86-opensource-2010.03.bin
    To copy to clipboard, switch view to plain text mode 
    or
    bash Code:
    1. sudo ./qt-sdk-linux-x86-opensource-2010.03.bin
    To copy to clipboard, switch view to plain text mode 
    to install it as root.

Similar Threads

  1. Replies: 4
    Last Post: 18th April 2010, 00:37
  2. How to install Qt ???
    By dany_MB in forum Installation and Deployment
    Replies: 4
    Last Post: 2nd October 2008, 08:53
  3. How install fonts with make install
    By jiveaxe in forum Qt Programming
    Replies: 1
    Last Post: 2nd January 2008, 19:38
  4. "make install" doesn't install binary
    By jiveaxe in forum Newbie
    Replies: 2
    Last Post: 2nd January 2008, 12:00
  5. qt 4.2.2 install on aix
    By try to remember in forum Installation and Deployment
    Replies: 2
    Last Post: 28th March 2007, 12:19

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
  •  
Qt is a trademark of The Qt Company.