PureQML lib
-
Hi,
i wanted to test pureQMLthere 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/* -
Hi,
i wanted to test pureQMLthere 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/*@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 toif 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.
-
Hi,
Yes you can use the https transport. The git link version requires you to have an account.
-
Hi,
Yes you can use the https transport. The git link version requires you to have an account.