Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How do i get the latest QtCreator Binary?

How do i get the latest QtCreator Binary?

Scheduled Pinned Locked Moved General and Desktop
6 Posts 3 Posters 2.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Laserbeak43
    wrote on last edited by
    #1

    Hello,
    How do I get the latest QtCreator binary installer? I'm not very good with git. And i don't know of any quick tutorials.

    Thanks

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Head to Downloads pane. Or get the latest snapshot from Jenkins (sorry but I can't seem to be able to find the URL right now).

      You don't need to know git to get QtC, gitorious allows to download a repo as a tarball. And compiling QtC is just a simple qmake/ make process, nothing complicated.

      Getting to know git better is also a good idea :)

      (Z(:^

      1 Reply Last reply
      0
      • L Offline
        L Offline
        lgeyer
        wrote on last edited by
        #3

        [quote author="sierdzio" date="1363156647"]... Or get the latest snapshot from Jenkins (sorry but I can't seem to be able to find the URL right now).[/quote]

        http://builds.qt-project.org/

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          Hey, thank you for that :)

          (Z(:^

          1 Reply Last reply
          0
          • L Offline
            L Offline
            Laserbeak43
            wrote on last edited by
            #5

            Thanks guys. found a nice git tutorial on youtube. :) i'm going to the link you've sent but i guess i should still check this tutorial out!

            1 Reply Last reply
            0
            • sierdzioS Offline
              sierdzioS Offline
              sierdzio
              Moderators
              wrote on last edited by
              #6

              All you need to build Qt Creator from git is to use:
              @
              git clone git://gitorious.org/qt-creator/qt-creator.git
              cd qt-creator
              mkdir build
              cd build
              qmake ../qtproject.pro
              make -jN
              #where N is more or less the number of cores in your CPU
              @

              Then wait a bit (in my case with -j9 and clang it takes about 12 minutes, IIRC).

              (Z(:^

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved