Results 1 to 15 of 15

Thread: installing QT creator 5

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2013
    Posts
    12
    Thanks
    5
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Default installing QT creator 5

    the instructions on the read me is these:

    cd <path>/qt-everywhere-opensource-src-<version>
    ./configure -prefix $PWD/qtbase -opensource -nomake tests
    make -j 4


    the file are in the downloads folder with this name: qt-everywhere-opensource-src-5.0.2.tar


    how i put the <path> and <version>?
    Cristiano Araujo

    Design and programming are human activities; forget that and all is lost.
    Stroustrup, Bjarne

  2. #2
    Join Date
    Nov 2011
    Location
    coimbatore
    Posts
    80
    Thanks
    1
    Thanked 5 Times in 5 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: installing QT creator 5

    "-prefix" <PATH> option in the configure above points to the path inside the rootfs where qt-e will be installedon Target FileSystem
    '"-platform 'qws/linux-x86-g++" in configure above assumes your host machine CPU to be of 32-bit. For 64-bit, use "-platform qws/linux-x86_64-g++"

    try this

    sudo ./configure -prefix /opt/qt/

  3. #3
    Join Date
    May 2013
    Posts
    12
    Thanks
    5
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Default Re: installing QT creator 5

    nothing works!

    tell me the code above, replacing the parts that should be replaced.
    Cristiano Araujo

    Design and programming are human activities; forget that and all is lost.
    Stroustrup, Bjarne

  4. #4
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: installing QT creator 5

    Quote Originally Posted by crisHerald View Post
    nothing works!
    Really? Your case would be helped by you telling us what you have actually downloaded, what you have actually typed, what actually happened, and what about it indicates it did not work. At the moment we can guess you are on a Linux box and have no other useful information.
    tell me the code above, replacing the parts that should be replaced.
    Give me a pony.

    cd <path>/qt-everywhere-opensource-src-<version>
    "<path>" is wherever you have unpacked the distributed Qt source archive file on your machine. You need to unpack the downloaded file first; it will not happen magically. For reasons I hope are obvious we cannot tell you where you have unpacked files on your machine. "<version>" is the plainly obvious version number that appears at the end of the actual directory name of the unpacked Qt source archive.

    Guessing that you have not unpacked the TAR file you mention:
    Qt Code:
    1. cd
    2. tar xvf {your downloads folder}/qt-everywhere-opensource-src-5.0.2.tar
    3. cd qt-everywhere-opensource-src-5.0.2
    To copy to clipboard, switch view to plain text mode 

    ./configure -prefix $PWD/qtbase -opensource -nomake tests
    "$PWD" is an environment variable. You type it exactly as presented above.
    make -j 4
    Build the library. You type this exactly as above. Incidentally, these are instructions for building the Qt libraries, not Qt Creator


    Your level of understanding suggests to me that you should probably start with the pre-built library or Qt Creator binaries.
    Last edited by ChrisW67; 21st May 2013 at 00:25.

  5. The following user says thank you to ChrisW67 for this useful post:

    crisHerald (21st May 2013)

Similar Threads

  1. Problems installing Qt Creator 5 and Qt 4
    By u04245822 in forum Qt Tools
    Replies: 0
    Last Post: 22nd April 2013, 10:10
  2. Replies: 1
    Last Post: 17th October 2011, 09:53
  3. Installing FANN lib in Qt creator!
    By Abeer in forum Newbie
    Replies: 6
    Last Post: 10th July 2011, 08:51
  4. Installing QT Creator - debugger is missing!
    By Istrebitel in forum Newbie
    Replies: 4
    Last Post: 19th October 2010, 12:05
  5. Matplotlib widget installing on Qt Creator
    By soulz9 in forum Newbie
    Replies: 0
    Last Post: 15th April 2010, 06:57

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.