aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
blob: 165d111a516e3e8aeb98df51cf9df3187a753f14 (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
0. Download source code

    git clone https://git.linaro.org/landing-teams/working/telit/mhi-qmi-connect.git
    cd mhi-qmi-connect

1. Pull submodules (libqmi...)

    submodule update --init

2. Build & install libqmi

    cd libqmi
    ./autogen.sh --enable-qrtr
    make -j$(nproc)
    sudo make install
    cd ..

3. Build & install mhi-qmi-connect

    make
    sudo make install