changeset 37 | 758a864f9613 |
parent 30 | 5dc02b23752f |
36:ef0373b55136 | 37:758a864f9613 |
---|---|
1 To compile the C++ part, do 'qmake && make'. Minehunt will not run properly if the C++ plugin is not compiled. |
1 Minehunt has to be compiled to run. |
2 |
2 |
3 To run, simply load the minehunt.qml file with the qml runtime. |
3 To compile the C++ part, do 'qmake && make'. |
4 To run, simply run the executable. |
|
5 To deploy on a device, do 'make sis'. |
|
6 |