Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. India
  4. How to run this project !!
Forum Updated to NodeBB v4.3 + New Features

How to run this project !!

Scheduled Pinned Locked Moved Solved India
6 Posts 3 Posters 2.9k Views 2 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.
  • pabitrapadhyP Offline
    pabitrapadhyP Offline
    pabitrapadhy
    wrote on last edited by
    #1

    Hey guys,

    This is my first post in Qt forums. :)
    I found an excellent open-source project, made with Qt
    but as I am using Qt for the first time, I don't know much.

    https://github.com/andryblack/fontbuilder
    the above is the link to the project.
    Can anyone please guide me how to successfully run the project.
    Really in need.

    Thanks in advance.
    Godspeed.. :)

    1 Reply Last reply
    0
    • Paul ColbyP Offline
      Paul ColbyP Offline
      Paul Colby
      wrote on last edited by
      #2

      Hi @pabitrapadhy, and welcome to the forums :)

      git clone git@github.com:andryblack/fontbuilder.git
      cd fontbuilder/
      qmake
      make
      ./bin/FontBuilder
      

      Worked for me on Ubuntu 16.04. Would be slightly different on different platforms such as Windows.

      What platform are you using?

      Cheers.

      1 Reply Last reply
      0
      • pabitrapadhyP Offline
        pabitrapadhyP Offline
        pabitrapadhy
        wrote on last edited by pabitrapadhy
        #3

        Hi @paulcolby

        I am using it on Mac OSX Yosemite.
        I have cloned it properly
        just wanted to know how to run this

        Thanks for help.
        just wanted to know how can I generate the tool from it. !!

        may be I have not setup the environments and required items correctly.
        I would be greatly help, if you could spare some time and send me the run steps and any necessary :)

        Thank you.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi and welcome to devnet,

          The quickest is:

          1. Clone from git
          2. Open .pro file with QtCreator
          3. Configure
          4. Click on the Run arrow

          Otherwise the instructions are pretty much the same as what @paul-colby wrote.

          git clone git@github.com:andryblack/fontbuilder.git
          cd fontbuilder/
          ~/Qt/5.7/clang_64/bin/qmake 
          make
          ./bin/FontBuilder.app/Contents/MacOS/FontBuilder 
          

          Replace 5.7 by the adequate value for your Qt version. This also assumes that you have a default Qt installation. Otherwise update the path to qmake to match where it can be found on your system.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • pabitrapadhyP Offline
            pabitrapadhyP Offline
            pabitrapadhy
            wrote on last edited by pabitrapadhy
            #5

            Thanks so much for helping out.
            I had to figure out some small stuffs.
            I builded it successfully.:)

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Great !

              Since you have it working now, please mark the thread as solved using the "Topic Tool" button so that other forum users may know a solution has been found :)

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              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