Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Solved PureQML lib

    QML and Qt Quick
    2
    4
    389
    Loading More Posts
    • 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.
    • ODБOï
      ODБOï last edited by

      Hi,
      i wanted to test pureQML

      there is a simple how to but i cant understand it.. can someone tell me what i have to do exactly in steps 3/4/5 please ?

      Simple how-to :
      1 ) Create project directory, cd <project-dir>
      2 ) Clone QmlCore to it: git clone git@github.com:pureqml/qmlcore.git
      3) Run ./qmlcore/build --boilerplate
      4) Look into ./src/app.qml
      5) Run ./qmlcore/build Please find the resulting files in build.web/*

      ODБOï 1 Reply Last reply Reply Quote 0
      • ODБOï
        ODБOï @ODБOï last edited by ODБOï

        @LeLev
        actually even step 2 is not very clear to me, can i clone the repository with
        https://github.com/pureqml/qmlcore.git instead of git@github.com:pureqml/qmlcore.git as described in the how to

        if i try like in the example i have this error

        C:\Users\lev\Documents\PureQML>git clone git@github.com:pureqml/qmlcore.git
        Cloning into 'qmlcore'...
        ssh: connect to host github.com port 22: Connection timed out
        fatal: Could not read from remote repository.
        
        Please make sure you have the correct access rights
        and the repository exists.
        
        1 Reply Last reply Reply Quote 0
        • SGaist
          SGaist Lifetime Qt Champion last edited by

          Hi,

          Yes you can use the https transport. The git link version requires you to have an account.

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

          ODБOï 1 Reply Last reply Reply Quote 1
          • ODБOï
            ODБOï @SGaist last edited by

            hi @SGaist
            thank you for the info.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post