Results 1 to 4 of 4

Thread: Installing

  1. #1

    Default Installing

    I'm new at programming this year and I want to make my C++ game look more professional. I came across this website and I installed QDevelop but that is it so far. What else do I need to download? Can anyone give me links for the things I still need to download?

  2. #2
    Join Date
    Jan 2006
    Location
    travelling
    Posts
    1,116
    Thanks
    8
    Thanked 127 Times in 121 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Installing

    Quote Originally Posted by bsws1079 View Post
    I'm new at programming this year and I want to make my C++ game look more professional. I came across this website and I installed QDevelop but that is it so far. What else do I need to download? Can anyone give me links for the things I still need to download?
    It basically depends on what you want to do... To develop Qt applications you will need :
    • A supported C++ compiler (gcc/mingw/icc/msvc/...)
    • The Qt libraries
    • A text editor/IDE
    Once you've that you can start coding... or reading the docs... Depends on whichh way you like :
    • saving hours of thinking by spending days of coding
    • saving days of coding by spending hours of thinking
    Current Qt projects : QCodeEdit, RotiDeCode

  3. #3

    Default Re: Installing

    Quote Originally Posted by fullmetalcoder View Post
    It basically depends on what you want to do... To develop Qt applications you will need :
    • A supported C++ compiler (gcc/mingw/icc/msvc/...)
    • The Qt libraries
    • A text editor/IDE
    Once you've that you can start coding... or reading the docs... Depends on whichh way you like :
    • saving hours of thinking by spending days of coding
    • saving days of coding by spending hours of thinking

    where do i get the Qt Libraries from?

  4. #4
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Installing

    Quote Originally Posted by bsws1079 View Post
    where do i get the Qt Libraries from?
    :-)

    You can get Qt at <http://www.trolltech.com/developer/downloads/qt>. Qt comes n two versions, Open Source and Commercial. For commercial you need to purchase it. For Open Source it is free but your software that uses it must be Open Source as well.

    Qt is crossplatform, for Windows, Unix, Linux and Mac OSX. It comes with complete documentation, but the book "C++ GUI Programming with Qt 4" (Blanchette and Summerfield) is a another good source of information.

Similar Threads

  1. Problems installing on MacOS X
    By a5char in forum Installation and Deployment
    Replies: 2
    Last Post: 26th March 2007, 22:45
  2. Problems installing QT4 on PPC Mac (Tiger)
    By f.stendike in forum Installation and Deployment
    Replies: 0
    Last Post: 21st November 2006, 16:17
  3. Installing on Solaris...PLEASE HELP!
    By Rayven in forum Installation and Deployment
    Replies: 3
    Last Post: 27th July 2006, 18:33
  4. Installing Qt 4.1 (open source) on Windows XP
    By katrina in forum Installation and Deployment
    Replies: 8
    Last Post: 19th February 2006, 13:26
  5. Installing QT4.1
    By impeteperry in forum Installation and Deployment
    Replies: 1
    Last Post: 2nd February 2006, 20:56

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.