aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
blob: 2ab5850a441df891bc8d86483bd4078666493a10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Build and Install QmlLive

## Dependencies

- Windows, Linux or macOS
- Qt5.4 or higher


## Building for desktop

    $ qmake
    $ make

The desktop executable is available at `./bin/qmllivebench`.

## Building for device

Note: Only needed when you want to have live reloading enabled on the target.

    $ qmake # from cross compiler toolchain
    $ make

You need to cross-compile QmlLive and copy the `./bin/qmlliveruntime` onto the
target.

## Build documentation

    $ qmake CONFIG+=force_independent
    $ make docs

The documentation will be avilable at 'doc/qmllive/index.html'.

Copyright (C) 2019 Luxoft Sweden AB